jvanzyl 2002/07/09 17:54:00
Modified: . build-bootstrap.xml
Log:
o Moving the installation bundle goodies to maven.xml.
Revision Changes Path
1.123 +0 -23 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- build-bootstrap.xml 9 Jul 2002 23:39:48 -0000 1.122
+++ build-bootstrap.xml 10 Jul 2002 00:54:00 -0000 1.123
@@ -382,29 +382,6 @@
overwrite="yes"
/>
- </target>
-
- <!-- ================================================================== -->
- <!-- D I S T R I B U T I O N S -->
- <!-- ================================================================== -->
- <!-- This target is used to produce the JAR file for the -->
- <!-- InstallAnywhere installer and the JAR file that can be used to -->
- <!-- manually install Maven. -->
- <!-- ================================================================== -->
-
- <target
- name="dist"
- depends="bootstrap">
-
- <jar
- jarfile="target/maven-install-with-dir.jar">
- <fileset dir="${maven.home}/..">
- <include name="maven/**"/>
- </fileset>
- </jar>
-
- <delete dir="${basedir}/bootstrap"/>
-
</target>
<!-- ================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>