007bed30d1
* ant-python3.patch - Update to 1.9.10: * Various fixes for java10 * Small fixes all around - Remove merged patch reproducible.patch - Add patch to run scripts with python3 if applicable bsc#1082202: * ant-python3.patch - Update to 1.9.10: * Various fixes for java10 * Small fixes all around - Remove merged patch reproducible.patch - Add patch to run scripts with python3 if applicable bsc#1082202: * ant-python3.patch - Update to 1.9.10: * Various fixes for java10 * Small fixes all around - Remove merged patch reproducible.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=108
16 lines
407 B
Diff
16 lines
407 B
Diff
Index: build.xml
|
|
===================================================================
|
|
--- build.xml.orig
|
|
+++ build.xml
|
|
@@ -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">
|