forked from pool/xmlbeans
- Fix build with Java 8: * add xmlbeans-2.6.0-java8.patch OBS-URL: https://build.opensuse.org/request/show/319032 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlbeans?expand=0&rev=36
11 lines
457 B
Diff
11 lines
457 B
Diff
--- build.xml 2015-02-15 03:12:23.105593326 +0100
|
|
+++ build.xml.java8 2015-02-15 03:16:59.857032487 +0100
|
|
@@ -694,6 +694,7 @@
|
|
<pathelement location="build/classes/configschema"/>
|
|
<pathelement location="build/classes/toolschema"/>
|
|
<pathelement location="build/classes/xsdschema"/>
|
|
+ <pathelement location="build/classes/typestore"/>
|
|
</classpath>
|
|
</javac>
|
|
</target>
|