cmlenz 2004/01/09 04:58:28
Modified: . build.properties.sample
framework build.properties.sample
integration/ant build.properties.sample
samples/ejb build.properties.sample
samples/jetty build.properties.sample
samples/servlet build.properties.sample
Log:
Default the lib.repo property to the default value used by Maven installations
(AFAIK)
Revision Changes Path
1.94 +2 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- build.properties.sample 5 Dec 2003 14:35:16 -0000 1.93
+++ build.properties.sample 9 Jan 2004 12:58:27 -0000 1.94
@@ -22,7 +22,7 @@
# Location of all jars. Note: This is not a mandatory property. It is only
# used here so that it can be reused when defining the location of all the jars
# below. You do not have to put all the external jars in a single location.
-lib.repo = c:/apps/maven/repository
+lib.repo = ${user.home}/.maven/repository
# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
# it, the corresponding Cactus Framework will be built. For example if you use
1.34 +2 -2 jakarta-cactus/framework/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.properties.sample 5 Dec 2003 14:35:16 -0000 1.33
+++ build.properties.sample 9 Jan 2004 12:58:27 -0000 1.34
@@ -19,7 +19,7 @@
# Location of all jars. Note: This is not a mandatory property. It is only
# used in so that it can be reused when defining the location of all the jars
# below. You do not have to put all the external jars in a single location.
-lib.repo = c:/apps/maven/repository
+lib.repo = ${user.home}/.maven/repository
# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
# it, the corresponding Cactus Framework will be built. For example if you use
1.22 +2 -2 jakarta-cactus/integration/ant/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.properties.sample,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.properties.sample 5 Dec 2003 14:35:16 -0000 1.21
+++ build.properties.sample 9 Jan 2004 12:58:27 -0000 1.22
@@ -19,7 +19,7 @@
# Location of all jars. Note: This is not a mandatory property. It is only
# used here so that it can be reused when defining the location of all the jars
# below. You do not have to put all the external jars in a single location.
-lib.repo = c:/apps/maven/repository
+lib.repo = ${user.home}/.maven/repository
# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
# it, the corresponding Cactus Framework will be built. For example if you use
1.5 +2 -2 jakarta-cactus/samples/ejb/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/ejb/build.properties.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties.sample 20 Oct 2003 21:26:22 -0000 1.4
+++ build.properties.sample 9 Jan 2004 12:58:27 -0000 1.5
@@ -19,7 +19,7 @@
# Location of all jars. Note: This is not a mandatory property. It is only
# used here so that it can be reused when defining the location of all the jars
# below. You do not have to put all the external jars in a single location.
-lib.repo = c:/apps/maven/repository
+lib.repo = ${user.home}/.maven/repository
# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
# it, the corresponding Cactus Sample will be built.
1.17 +2 -2 jakarta-cactus/samples/jetty/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.properties.sample,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.properties.sample 5 Dec 2003 14:35:16 -0000 1.16
+++ build.properties.sample 9 Jan 2004 12:58:27 -0000 1.17
@@ -19,7 +19,7 @@
# Location of all jars. Note: This is not a mandatory property. It is only
# used here so that it can be reused when defining the location of all the jars
# below. You do not have to put all the external jars in a single location.
-lib.repo = c:/apps/maven/repository
+lib.repo = ${user.home}/.maven/repository
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
1.20 +2 -2 jakarta-cactus/samples/servlet/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.properties.sample,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.properties.sample 23 Nov 2003 18:12:16 -0000 1.19
+++ build.properties.sample 9 Jan 2004 12:58:27 -0000 1.20
@@ -19,7 +19,7 @@
# Location of all jars. Note: This is not a mandatory property. It is only
# used here so that it can be reused when defining the location of all the jars
# below. You do not have to put all the external jars in a single location.
-lib.repo = c:/apps/maven/repository
+lib.repo = ${user.home}/.maven/repository
# The location of the JSTL jar
jstl.jar = ${lib.repo}/jstl/jars/jstl-1.0.2.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]