File apache-ant-class-path-in-manifest.patch of Package ant
diff -Naru build.xml build.xml
--- build.xml 2018-02-04 01:12:26.000000000 +0900
+++ build.xml 2021-04-07 10:01:22.047623874 +0900
@@ -724,10 +724,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">