You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/29 16:27:00 UTC

svn commit: r202383 - in /forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine: .classpath META-INF/MANIFEST.MF

Author: rgardler
Date: Wed Jun 29 07:26:59 2005
New Revision: 202383

URL: http://svn.apache.org/viewcvs?rev=202383&view=rev
Log:
update for new lib files

Modified:
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/.classpath
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/META-INF/MANIFEST.MF

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/.classpath
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/.classpath?rev=202383&r1=202382&r2=202383&view=diff
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/.classpath (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/.classpath Wed Jun 29 07:26:59 2005
@@ -3,5 +3,6 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/log4j.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/META-INF/MANIFEST.MF?rev=202383&r1=202382&r2=202383&view=diff
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/META-INF/MANIFEST.MF (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/META-INF/MANIFEST.MF Wed Jun 29 07:26:59 2005
@@ -3,7 +3,8 @@
 Bundle-Name: ServletEngine Plug-in
 Bundle-SymbolicName: org.apache.forrest.eclipse.servletEngine
 Bundle-Version: 1.0.0
-Bundle-ClassPath: servletEngine.jar
+Bundle-ClassPath: servletEngine.jar,
+ lib/log4j-1.2.9.jar
 Bundle-Activator: org.apache.forrest.eclipse.servletEngine.ServletEnginePlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,