Hi,
Some people don't checkout using csv -q update -dP, so in the bin
directory there will end up plugins directory.
I excluded it from the copy, to make it less confusing ;)
Have fun...
Mvgr,
Martin
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.123
diff -u -r1.123 build-bootstrap.xml
--- build-bootstrap.xml 10 Jul 2002 00:54:00 -0000 1.123
+++ build-bootstrap.xml 10 Jul 2002 12:50:29 -0000
@@ -350,7 +350,9 @@
-->
<copy todir="${maven.home}/bin">
- <fileset dir="src/bin"/>
+ <fileset dir="src/bin">
+ <exclude name="plugins/**"/>
+ </fileset>
</copy>
<chmod file="${maven.home}/bin/maven" perm="+x"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>