e1c5bec22f
- Update to 1.10.5 [bsc#1113136] * Same version as in 1.9.13 but with additional features and requires Java8 or higher. * Dropped patch to build with java8+ already fixed in this version - apache-ant-1.9.9-sourcetarget.patch * Refreshed patch: - apache-ant-class-path-in-manifest.patch - Update to 1.10.5 [bsc#1113136] * Same version as in 1.9.13 but with additional features and requires Java8 or higher. * Dropped patch to build with java8+ already fixed in this version - apache-ant-1.9.9-sourcetarget.patch * Refreshed patch: - apache-ant-class-path-in-manifest.patch - Update to 1.10.5 [bsc#1113136] * Same version as in 1.9.13 but with additional features and requires Java8 or higher. * Dropped patch to build with java8+ already fixed in this version - apache-ant-1.9.9-sourcetarget.patch * Refreshed patch: - apache-ant-class-path-in-manifest.patch OBS-URL: https://build.opensuse.org/request/show/644830 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=120
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: build.xml
|
|
===================================================================
|
|
--- build.xml.orig
|
|
+++ build.xml
|
|
@@ -719,7 +719,7 @@
|
|
</metainf>
|
|
<manifest>
|
|
<attribute name="Main-Class" value="org.apache.tools.ant.Main"/>
|
|
- <attribute name="Class-Path" value="ant.jar xalan.jar"/>
|
|
+ <!-- <attribute name="Class-Path" value="ant.jar xalan.jar"/> -->
|
|
</manifest>
|
|
</jar>
|
|
|