Some debugging stuff; will remove afterwards.
This commit is contained in:
parent
0994b94048
commit
adf278d01a
@ -538,6 +538,12 @@ JASPERVERSION=$(ls plugins | grep org.apache.jasper_ | \
|
||||
rm plugins/org.apache.jasper_*.jar
|
||||
ln -s %{_datadir}/eclipse/plugins/org.apache.jasper_* \
|
||||
plugins/org.apache.jasper_$JASPERVERSION
|
||||
ls -l %{_datadir}/eclipse/plugins/org.apache.jasper_*
|
||||
unzip -l %{_datadir}/eclipse/plugins/org.apache.jasper_*
|
||||
unzip %{_datadir}/eclipse/plugins/org.apache.jasper_*.jar \
|
||||
META-INF/MANIFEST.MF
|
||||
cat META-INF/MANIFEST.MF
|
||||
exit 1
|
||||
|
||||
# link to servlet-api
|
||||
SERVLETAPIVERSION=$(ls plugins | grep javax.servlet_ | \
|
||||
|
Loading…
Reference in New Issue
Block a user