mpoeschl 2002/08/09 13:07:30
Modified: . maven.xml
Log:
move loading of torque.testProfile to runtime:prepare
so it only needs to be set if you want to run the testbed
Revision Changes Path
1.6 +3 -2 jakarta-turbine-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 9 Aug 2002 09:16:01 -0000 1.5
+++ maven.xml 9 Aug 2002 20:07:30 -0000 1.6
@@ -6,8 +6,6 @@
<property file="${user.home}/build.properties" />
<!-- Allow user defaults for this project -->
<property file="build.properties" />
- <!-- Set values in test profile -->
- <property file="${torque.testProfile}"/>
<!-- Set default values for the build -->
<property file="default.properties" />
@@ -106,6 +104,9 @@
<goal
name="runtime:prepare"
prereqs="java:jar">
+
+ <!-- Set values in test profile -->
+ <property file="${torque.testProfile}"/>
<!-- Use the profile as the build.properties file
in the dist directory so that it is customizable
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>