jvanzyl 2002/06/27 18:06:35
Modified: . build-bootstrap.xml
Log:
Deal with the converted and non-converted plugins.
Revision Changes Path
1.104 +4 -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.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- build-bootstrap.xml 27 Jun 2002 15:53:52 -0000 1.103
+++ build-bootstrap.xml 28 Jun 2002 01:06:35 -0000 1.104
@@ -182,6 +182,10 @@
</fileset>
</copy>
+ <copy todir="${maven.bootstrap.dir}/maven/plugins">
+ <fileset dir="src/plugins"/>
+ </copy>
+
</target>
<!-- ================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>