jvanzyl 02/03/16 05:58:17
Modified: . build-bootstrap.xml
Log:
Adding some explanation for reach of the JAR types produced by the
bootstrap process.
Revision Changes Path
1.41 +12 -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.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- build-bootstrap.xml 16 Mar 2002 05:12:24 -0000 1.40
+++ build-bootstrap.xml 16 Mar 2002 13:58:17 -0000 1.41
@@ -138,10 +138,22 @@
</fileset>
</copy>
+ <!-- This JAR is used by InstallAnywhere. The installation
+ process creates the ${maven.home} directory so this JAR
+ is the contents of the ${maven.home} directory so there
+ is no enclosing top-level directory.
+ -->
+
<jar
jarfile="maven-install.jar"
basedir="${maven.home}"
/>
+
+ <!-- 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="maven-install-with-dir.jar">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>