cmlenz 2002/12/25 06:45:26
Modified: framework build.properties.sample
. build.properties.sample
Log:
Move the AspectJ JAR properties into the optional section, where they
belong.
Revision Changes Path
1.15 +13 -10 jakarta-cactus/framework/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.properties.sample 25 Dec 2002 14:41:35 -0000 1.14
+++ build.properties.sample 25 Dec 2002 14:45:26 -0000 1.15
@@ -39,15 +39,6 @@
# The location of the Httpunit jar
httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
-# The location of the AspectJ runtime jar
-aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
-
-# The location of the AspectJ tools jar
-aspectj-tools.jar = ${lib.repo}/aspectj/jars/aspectj-tools-1.0.6.jar
-
-# The location of the AspectJ Ant tasks jar
-aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
-
# -----------------------------------------------------------------------------
# Optional properties
# -----------------------------------------------------------------------------
@@ -56,6 +47,18 @@
# for both APIs)
j2ee.12.jar = ${lib.repo}/j2ee/jars/j2ee-1.2.jar
j2ee.13.jar = ${lib.repo}/j2ee/jars/j2ee-1.3.jar
+
+# The location of the AspectJ runtime jar
+# If not specified here, the jar must be present in ANTHOME/lib
+aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
+
+# The location of the AspectJ tools jar
+# If not specified here, the jar must be present in ANTHOME/lib
+aspectj-tools.jar = ${lib.repo}/aspectj/jars/aspectj-tools-1.0.6.jar
+
+# The location of the AspectJ Ant tasks jar
+# If not specified here, the jar must be present in ANTHOME/lib
+aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
# Should we instrument our code with Clover (test coverage tool) ?
# Comment out to disable Clover (setting the property to false will have no
1.33 +9 -7 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- build.properties.sample 25 Dec 2002 14:40:05 -0000 1.32
+++ build.properties.sample 25 Dec 2002 14:45:26 -0000 1.33
@@ -46,12 +46,6 @@
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
-# The location of the AspectJ tools jar
-aspectj-tools.jar = ${lib.repo}/aspectj/jars/aspectj-tools-1.0.6.jar
-
-# The location of the AspectJ Ant tasks jar
-aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
-
# The location of the Junit jar
junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
@@ -73,6 +67,14 @@
# for both APIs)
j2ee.12.jar = ${lib.repo}/j2ee/jars/j2ee-1.2.jar
j2ee.13.jar = ${lib.repo}/j2ee/jars/j2ee-1.3.jar
+
+# The location of the AspectJ tools jar
+# If not specified here, the jar must be present in ANTHOME/lib
+aspectj-tools.jar = ${lib.repo}/aspectj/jars/aspectj-tools-1.0.6.jar
+
+# The location of the AspectJ Ant tasks jar
+# If not specified here, the jar must be present in ANTHOME/lib
+aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
# The location of the Stylebook jar (used to generate the documentation).
# If not specified here, the jar must be present in ANTHOME/lib
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>