dion 2002/06/10 02:51:50
Modified: src/templates/build/plugins/docs build.xml
Log:
Updated the build file to stop multiple initialisations
Revision Changes Path
1.15 +4 -2 jakarta-turbine-maven/src/templates/build/plugins/docs/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/docs/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 7 Jun 2002 17:49:03 -0000 1.14
+++ build.xml 10 Jun 2002 09:51:50 -0000 1.15
@@ -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">
@@ -29,7 +29,9 @@
<taskdef resource="maven-taskdefs.properties">
<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]>