dom4j/dom4j-enable-stax-datatypes.patch
Tomáš Chvátal 1798279a44 Accepting request 668632 from home:cbosdonnat:branches:Java:packages
- Build STAXEventReader, STAXEventWriter and the data types.
  [bsc#1123158]
  * Added patch dom4j-enable-stax-datatypes.patch

OBS-URL: https://build.opensuse.org/request/show/668632
OBS-URL: https://build.opensuse.org/package/show/Java:packages/dom4j?expand=0&rev=27
2019-01-25 12:20:07 +00:00

15 lines
468 B
Diff

Index: dom4j/build.xml
===================================================================
--- dom4j.orig/build.xml
+++ dom4j/build.xml
@@ -146,9 +146,6 @@
source="8"
deprecation="${deprecation}"
classpathref="compile.classpath">
- <exclude name="org/dom4j/datatype/**"/>
- <exclude name="org/dom4j/io/STAXEventReader.java"/>
- <exclude name="org/dom4j/io/STAXEventWriter.java"/>
</javac>
</target>