From ba2861291a12da77bccbecfd45925f395e241504 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Nov 02 2006 04:52:14 +0000 Subject: - Get rid of broken symlinks in tomcat plugin. --- diff --git a/eclipse.spec b/eclipse.spec index a892db5..2bd3ca5 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1202,10 +1202,8 @@ ln -s %{_javadir}/jasper5-runtime.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVE ln -s %{_javadir}/mx4j/mx4j.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/mx4j.jar ln -s %{_javadir}/mx4j/mx4j-impl.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/mx4j-impl.jar ln -s %{_javadir}/mx4j/mx4j-jmx.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/mx4j-jmx.jar -ln -s %{tomcatlibdir}/common/lib/naming-common.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/naming-common.jar ln -s %{tomcatlibdir}/common/lib/naming-factory.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/naming-factory.jar ln -s %{tomcatlibdir}/common/lib/naming-resources.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/naming-resources.jar -ln -s %{tomcatlibdir}/server/lib/servlets-common.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/servlets-common.jar ln -s %{tomcatlibdir}/server/lib/servlets-default.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/servlets-default.jar ln -s %{tomcatlibdir}/server/lib/servlets-invoker.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/servlets-invoker.jar ln -s %{tomcatlibdir}/server/lib/tomcat-coyote.jar plugins/org.eclipse.tomcat_$TOMCATPLUGINVERSION/lib/tomcat-coyote.jar @@ -1750,6 +1748,7 @@ rm -f %{_datadir}/%{name}/configuration/org.eclipse.update/platform.xml* - Run initializer *after* splitting install into arch-specific and arch-independent locations. - Move copy-platform to arch-specific location. +- Get rid of broken symlinks in tomcat plugin. * Tue Oct 31 2006 Andrew Overholt 3.2.1-11 - Fix copy-platform to work with split install.