jvanzyl 02/03/15 07:39:42
Modified: . build-bootstrap.xml
Log:
Adding more to ${maven.home}.
Revision Changes Path
1.38 +8 -0 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- build-bootstrap.xml 15 Mar 2002 15:09:56 -0000 1.37
+++ build-bootstrap.xml 15 Mar 2002 15:39:42 -0000 1.38
@@ -99,6 +99,14 @@
<fileset dir="src/dvsl/xdocs"/>
</copy>
+ <copy todir="${maven.home}/templates/project">
+ <fileset dir="src/templates/project"/>
+ </copy>
+
+ <copy todir="${maven.home}/templates/reactor">
+ <fileset dir="src/templates/reactor"/>
+ </copy>
+
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>