ant/apache-ant-class-path-in-manifest.patch

16 lines
491 B
Diff
Raw Normal View History

--- 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"