bodewig 2002/10/04 02:18:46
Modified: . build.xml
Removed: src/etc manifest.bootstrap
Log:
Make use of nested <manifest> for ant-bootstrap.jar instead of using
separate files that need to be kept in sync.
Revision Changes Path
1.323 +5 -1 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- build.xml 2 Oct 2002 13:39:11 -0000 1.322
+++ build.xml 4 Oct 2002 09:18:45 -0000 1.323
@@ -740,9 +740,13 @@
<jar destfile="${build.lib}/${bootstrap.jar}"
basedir="${build.classes}"
- manifest="${manifest}.bootstrap">
+ manifest="${manifest}">
<include name="${ant.package}/Main.class"/>
<metainf dir="${build.dir}" includes="LICENSE.txt"/>
+ <manifest>
+ <attribute name="Class-Path"
+ value="ant.jar xml-apis.jar xercesImpl.jar optional.jar
xalan.jar"/>
+ </manifest>
</jar>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>