You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/xom/files/xom-strip-fallback-parser.p...

19 lines
690 B

Author: Ralph Sennhauser <sera@gentoo.org>
Don't build and install fallback parser relying on internel classes of
SUNs/Oracles JVM >= 1.5. This allows building xom using ibm-jdk-bin. #399119
--- /tmp/build.xml
+++ /tmp/build.xml
@@ -235,10 +235,6 @@
<echo file="${build.dest}/nu/xom/version.txt">${version}</echo>
<copy file="${build.src}/nu/xom/compositions.dat" tofile="${build.dest}/nu/xom/compositions.dat" />
-
- <!-- This file requires Java 1.5 to generate so we compile it with a
- different target and copy it over here. -->
- <copy file="classes15/nu/xom/JDK15XML1_0Parser.class" tofile="${build.dest}/nu/xom/JDK15XML1_0Parser.class"/>
</target>