ant/apache-ant-class-path-in-manifest.patch
Orion Poplawski d665966110 - Update to ant 1.8.1
- Update no-test-jar patch
- Update class-path-in-manifest patch
- Drop gnu-classpath patch
- Retire trax subpackage no longer shipped
- Add xalan2 subpackage and support for junitreport task
- Drop old jakarta jar aliases
2010-08-20 15:25:21 -06:00

16 lines
491 B
Diff

--- apache-ant-1.8.1/build.xml.orig 2010-08-16 14:57:53.000000000 -0600
+++ apache-ant-1.8.1/build.xml 2010-08-16 14:58:52.066167872 -0600
@@ -696,10 +696,10 @@
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
</metainf>
- <manifest>
+ <!-- <manifest>
<attribute name="Class-Path"
value="ant.jar xalan.jar"/>
- </manifest>
+ </manifest> -->
</jar>
<jar destfile="${build.lib}/ant-nodeps.jar"