Some debugging stuff; will remove afterwards.

This commit is contained in:
Andrew Overholt 2008-07-18 15:51:29 +00:00
parent 0994b94048
commit adf278d01a
1 changed files with 6 additions and 0 deletions

View File

@ -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_ | \