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

14 lines
390 B
Diff
Raw Normal View History

2018-02-07 10:45:00 +00:00
--- 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"
2018-02-07 10:45:00 +00:00
- value="ant.jar xalan.jar"/>
- </manifest>
</jar>
<macrodef name="optional-jar">