vmassol 2003/03/29 04:03:14
Modified: integration/eclipse/org.apache.cactus.eclipse.runner
build.properties.sample
Log:
added comments
Revision Changes Path
1.4 +4 -3
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.properties.sample 28 Mar 2003 12:53:42 -0000 1.3
+++ build.properties.sample 29 Mar 2003 12:03:14 -0000 1.4
@@ -33,5 +33,6 @@
eclipse.swt.jar =
${eclipse.home}/plugins/org.eclipse.swt.win32_2.1.0/ws/win32/swt.jar
eclipse.ui.workbench.jar =
${eclipse.home}/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar
-# Location of Jetty 4.1.4 jar
-jetty.jar = D:/dev/jetty/jetty-4.1.4.jar
\ No newline at end of file
+# 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]