dion 2002/06/10 02:49:43
Modified: src/templates/build/plugins/j2ee build.xml
Log:
Update build file to stop multiple initialisations
Revision Changes Path
1.18 +3 -1 jakarta-turbine-maven/src/templates/build/plugins/j2ee/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/j2ee/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 6 Jun 2002 15:19:36 -0000 1.17
+++ build.xml 10 Jun 2002 09:49:43 -0000 1.18
@@ -5,7 +5,7 @@
<!-- ================================================================== -->
<!-- I N I T -->
<!-- ================================================================== -->
- <target name="init">
+ <target name="init" unless="maven.init">
<taskdef
name="create-classpath"
classname="org.apache.maven.ant.CreateClasspath">
@@ -30,6 +30,8 @@
<classpath refid="maven-classpath" />
</taskdef>
+ <property name="maven.init" value="true" />
+
<!-- call common build file initialization to verify project, update jars
load project and default properties etc -->
<maven-ant antfile="${maven.home}/plugins/core/build-init.xml"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>