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

16 lines
440 B
Diff
Raw Normal View History

--- build.xml.orig 2010-12-28 14:45:24.000000000 +0200
+++ build.xml 2010-12-28 14:46:40.843377673 +0200
@@ -730,10 +730,10 @@
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
</metainf>
- <manifest>
+ <!--manifest>
<attribute name="Class-Path"
value="ant.jar xalan.jar"/>
- </manifest>
+ </manifest-->
</jar>
<macrodef name="optional-jar">