ant/apache-ant-class-path-in-manifest.patch
Alexander Kurtakov d74a2cd399 Update to upstream 1.8.3 release.
Drop old stuff.
2012-02-29 15:48:14 +02:00

14 lines
385 B
Diff

--- build.xml.orig 2012-02-29 13:29:12.000000000 +0200
+++ build.xml 2012-02-29 13:31:36.787937053 +0200
@@ -728,10 +728,6 @@
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
</metainf>
- <manifest>
- <attribute name="Class-Path"
- value="ant.jar xalan.jar"/>
- </manifest>
</jar>
<macrodef name="optional-jar">