apache-ant/apache-ant-1.8.3-class_path_in_manifest.patch
Silvan Calarco c90e15c0b2 fix build with optional libraries. CLASSPATH is ignored (why?), needs symlnks in lib/optional
fixes: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found.
also restores build of gcj libraries [release 1.8.4-2mamba;Fri Jun 14 2013]
2024-01-05 20:27:30 +01: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">