vmassol 2003/03/29 04:11:21
Modified: . build.properties.sample
integration/eclipse/org.apache.cactus.eclipse.runner
build.properties.sample
Log:
use the "standard" jetty jar.
Revision Changes Path
1.52 +2 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- build.properties.sample 29 Mar 2003 12:04:27 -0000 1.51
+++ build.properties.sample 29 Mar 2003 12:11:21 -0000 1.52
@@ -93,7 +93,7 @@
# The Jetty container is packaged in the Eclipse plugin and is used as the
# default container in which to run the Cactus tests.
-jetty.jar = ${lib.repo}/jetty/jars/org.mortbay.jetty-jdk1.2-4.2.9.jar
+jetty.jar = ${lib.repo}/jetty/jars/org.mortbay.jetty-4.2.9.jar
# -----------------------------------------------------------------------------
# Optional properties for the main Cactus build
1.5 +2 -2
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.properties.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties.sample 29 Mar 2003 12:03:14 -0000 1.4
+++ build.properties.sample 29 Mar 2003 12:11:21 -0000 1.5
@@ -35,4 +35,4 @@
# The Jetty container is packaged in the Eclipse plugin and is used as the
# default container in which to run the Cactus tests.
-jetty.jar = ${lib.repo}/jetty/jars/org.mortbay.jetty-jdk1.2-4.2.9.jar
+jetty.jar = ${lib.repo}/jetty/jars/org.mortbay.jetty-4.2.9.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]