You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/13 23:40:51 UTC

svn commit: r111754 - /lenya/trunk/src/targets/export-build.xml

Author: gregor
Date: Mon Dec 13 14:40:49 2004
New Revision: 111754

URL: http://svn.apache.org/viewcvs?view=rev&rev=111754
Log:
Removed reliance of export targets on Tomcat.
Modified:
   lenya/trunk/src/targets/export-build.xml

Modified: lenya/trunk/src/targets/export-build.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/export-build.xml?view=diff&rev=111754&p1=lenya/trunk/src/targets/export-build.xml&r1=111753&p2=lenya/trunk/src/targets/export-build.xml&r2=111754
==============================================================================
--- lenya/trunk/src/targets/export-build.xml	(original)
+++ lenya/trunk/src/targets/export-build.xml	Mon Dec 13 14:40:49 2004
@@ -49,7 +49,9 @@
   <classpath>
     <pathelement location="${build.webapp}/WEB-INF/classes"/>
     <fileset dir="${build.webapp}/WEB-INF/lib" includes="*.jar"/>
-    <fileset dir="${tomcat.webapps.dir}/../../common/lib" includes="servlet**.jar"/>
+    <fileset dir="tools/jetty/lib">
+      <include name="servlet-2.3.jar"/>
+    </fileset>
   </classpath>
   
     <jvmarg value="-Djava.endorsed.dirs=${build.webapp}/WEB-INF/lib/endorsed${path.separator}${java.endorsed.dirs}"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org