ant/apache-ant-class-path-in-manifest.patch
2018-02-07 11:48:13 +01:00

14 lines
390 B
Diff

--- build.xml~ 2018-02-03 17:52:24.000000000 +0100
+++ build.xml 2018-02-07 11:46:39.208543741 +0100
@@ -713,10 +713,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">