jvanzyl 2002/07/09 13:45:34
Modified: . build-bootstrap.xml
Log:
o Removing cruft.
Revision Changes Path
1.121 +4 -11 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- build-bootstrap.xml 9 Jul 2002 13:27:43 -0000 1.120
+++ build-bootstrap.xml 9 Jul 2002 20:45:34 -0000 1.121
@@ -338,22 +338,15 @@
<copy todir="${maven.home}" file="src/dtd/project.xsd" />
- <copy todir="${maven.home}/update">
- <fileset dir="src/update"/>
- </copy>
-
<copy todir="${maven.home}/images">
<fileset dir="src/images"/>
</copy>
<!--
- Make the examples directory in the Maven install that will
- allow a user to easily create a sample Maven project.
- -->
-
- <!--
- Make the bin/ directory where we are going to install
- our new maven executable scripts.
+
+ Make the bin/ directory where we are going to install
+ our new maven executable scripts.
+
-->
<copy todir="${maven.home}/bin">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>