jvanzyl 2002/07/09 16:39:48
Modified: . build-bootstrap.xml
Log:
o The install is much simpler now.
Revision Changes Path
1.122 +0 -30 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- build-bootstrap.xml 9 Jul 2002 20:45:34 -0000 1.121
+++ build-bootstrap.xml 9 Jul 2002 23:39:48 -0000 1.122
@@ -396,36 +396,6 @@
name="dist"
depends="bootstrap">
- <mkdir dir="${maven.home}/install"/>
-
- <copy tofile="${maven.home}/install/maven.jar" file="target/maven.jar"/>
- <copy todir="${maven.home}/install" file="src/install/build.xml"/>
-
- <taskdef
- name="create-patternset"
- classname="org.apache.maven.ant.CreatePatternSet">
- <classpath>
- <pathelement location="target/classes"/>
- </classpath>
- </taskdef>
-
- <create-patternset
- listFile="jars.list"
- reference="install-patternset"
- />
-
- <copy todir="${maven.home}/install">
- <fileset dir="${maven.repo.local}">
- <patternset refid="install-patternset"/>
- </fileset>
- </copy>
-
- <!-- This JAR can be used directly by developers wishing to
- install Maven manually. An enclosing top-level directory
- is created in this JAR which is more convenient for
- manual installs.
- -->
-
<jar
jarfile="target/maven-install-with-dir.jar">
<fileset dir="${maven.home}/..">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>