User: jules
Date: 00/11/15 14:35:26
Modified: jetty/src/build build.xml
Log:
fix build script to work with standard Jetty releases as well as CVS builds
Revision Changes Path
1.3 +2 -2 contrib/jetty/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/contrib/jetty/src/build/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2000/11/11 10:55:59 1.2
+++ build.xml 2000/11/15 22:35:25 1.3
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- $Id: build.xml,v 1.2 2000/11/11 10:55:59 jules Exp $ -->
+<!-- $Id: build.xml,v 1.3 2000/11/15 22:35:25 jules Exp $ -->
<!-- ======================================================================= -->
@@ -20,7 +20,7 @@
<property name="build.dir" value="${basedir}/build"/>
<property name="build.classes.dir" value="${build.dir}/classes"/>
- <property name="classpath"
value="${lib.dir}/xml.jar;${jboss.home}/lib/jmxri.jar;${jboss.home}/lib/ext/jboss.jar;${jboss.home}/lib/ext/ejb.jar;${build.classes.dir};${jetty.home}/lib/webserver.jar;${jetty.home}/lib/servlet.jar;${jetty.home}/classes"/>
+ <property name="classpath"
value="${lib.dir}/xml.jar;${jboss.home}/lib/jmxri.jar;${jboss.home}/lib/ext/jboss.jar;${jboss.home}/lib/ext/ejb.jar;${build.classes.dir};${jetty.home}/lib/javax.servlet.jar;${jetty.home}/lib/org.apache.jasper.jar;${jetty.home}/lib/com.sun.net.ssl.jar;${jetty.home}/lib/com.mortbay.jetty.jar"/>
<property name="jar.file" value="${name}.jar"/>
<property name="test.client" value="tomcat-test"/>