brekke 02/03/14 20:03:02
Modified: src/templates/build build.xml
Log:
This is the default generated build.xml so maven hasn't been started up yet. Now
that we moved some properties out of project.properties and into maven, maven needs to
process the project descriptor before this file is loaded. It is being loaded in the
init target after maven starts and no longer should be loaded here.
Revision Changes Path
1.23 +0 -2 jakarta-turbine-maven/src/templates/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 14 Mar 2002 07:18:30 -0000 1.22
+++ build.xml 15 Mar 2002 04:03:02 -0000 1.23
@@ -11,8 +11,6 @@
<property file="build.properties" />
<!-- Set default values for the build -->
<property file="project.properties" />
- <!-- Set default values for the build -->
- <property file="$mavenDirectory/default.properties" />
<!-- maven:start -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>