kaz 02/03/16 22:14:00
Modified: . build-bootstrap.xml
Log:
Moving the location where the images are copied to be more consistent
with the rest of the process. This produces a build system that can be
used immediately without having to actually call the 'dist' target
later.
Revision Changes Path
1.44 +5 -4 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- build-bootstrap.xml 17 Mar 2002 00:12:15 -0000 1.43
+++ build-bootstrap.xml 17 Mar 2002 06:14:00 -0000 1.44
@@ -106,6 +106,11 @@
<copy todir="${maven.home}/templates/reactor">
<fileset dir="src/templates/reactor"/>
</copy>
+
+ <copy todir="${maven.home}/images">
+ <fileset dir="src/images"/>
+ </copy>
+
</target>
<!-- ================================================================== -->
@@ -124,10 +129,6 @@
<copy todir="${maven.home}/install" file="project.xml"/>
<copy tofile="${maven.home}/install/maven.jar" file="target/maven-0.1.jar"/>
<copy todir="${maven.home}/install" file="src/install/build.xml"/>
-
- <copy todir="${maven.home}/images">
- <fileset dir="src/images"/>
- </copy>
<copy todir="${maven.home}/install">
<fileset dir="${lib.repo}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>