jruaux 2003/01/15 09:02:17
Modified: Eclipse-Plugin build.properties.sample
Log:
renamed ${servlet.jar} to ${j2ee.jar }
Revision Changes Path
1.3 +3 -6 jakarta-cactus/Eclipse-Plugin/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/build.properties.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.properties.sample 15 Jan 2003 16:33:29 -0000 1.2
+++ build.properties.sample 15 Jan 2003 17:02:16 -0000 1.3
@@ -38,12 +38,9 @@
# below. You do not have to put all the external jars in a single location.
lib.repo = D:/dev/cactus/jakarta-cactus-13-1.4b1/lib
-# Location of the Servlet API jar (it is needed because we want to copy it
-# in the Cactus distribution).
-servlet.jar = ${lib.repo}/servletapi-2.3.jar
-# Location of the Servlet API jar (it is needed because we want to copy it
-# in the Cactus distribution).
-servlet.jar = ${lib.repo}/servletapi-2.3.jar
+# Location of the J2EE jar (it is needed because we want to copy it
+# in the plugin lib/client directory).
+j2ee.jar = ${lib.repo}/servletapi-2.3.jar
# The location of the Commons Logging jar
commons.logging.jar = ${lib.repo}/commons-logging-1.0.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>