User: starksm Date: 02/04/08 23:01:55 Modified: jetty/src/build Tag: Branch_2_4 build.xml Log: Patch the Jetty-4.0.0 release with the 1.41 version of the org/mortbay/jetty/servlet/WebApplicationContext class Revision Changes Path No revision No revision 1.6.2.10 +4 -1 contrib/jetty/src/build/Attic/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/src/build/Attic/build.xml,v retrieving revision 1.6.2.9 retrieving revision 1.6.2.10 diff -u -r1.6.2.9 -r1.6.2.10 --- build.xml 5 Apr 2002 03:10:27 -0000 1.6.2.9 +++ build.xml 9 Apr 2002 06:01:54 -0000 1.6.2.10 @@ -3,7 +3,7 @@ <!ENTITY jetty-service.xml SYSTEM "jetty-service.xml"> ]> -<!-- $Id: build.xml,v 1.6.2.9 2002/04/05 03:10:27 starksm Exp $ --> +<!-- $Id: build.xml,v 1.6.2.10 2002/04/09 06:01:54 starksm Exp $ --> <!-- An Ant build file for the jetty-service jar and the JBoss/Jetty bundle. The buildfile requires a JBoss dist @@ -122,6 +122,9 @@ <copy todir="${bundle.root}/jetty"> <fileset dir="${jetty.dist}" /> </copy> + <!-- Integrate the WebApplicationContext 1.41 change --> + <copy todir="${bundle.root}/jetty/lib" file="src/build/org.mortbay.jetty.jar" + overwrite="true" /> <copy todir="${bundle.root}/jboss"> <fileset dir="${jboss.dist}" /> </copy>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development