Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/xom/files: xom-strip-fallback-parser.patch
Date: Sun, 29 Jan 2012 09:57:50
Message-Id: 20120129095739.E6E122004C@flycatcher.gentoo.org
1 sera 12/01/29 09:57:39
2
3 Added: xom-strip-fallback-parser.patch
4 Log:
5 Revbump, strip out fallback parser to allow building wiht other JVMs than
6 SUN/Oracles. #399119
7 Use java-virtuals/servlet-api instead of dev-java/servletapi. #398689
8
9 (Portage version: 2.1.10.44/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 dev-java/xom/files/xom-strip-fallback-parser.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xom/files/xom-strip-fallback-parser.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xom/files/xom-strip-fallback-parser.patch?rev=1.1&content-type=text/plain
16
17 Index: xom-strip-fallback-parser.patch
18 ===================================================================
19 Author: Ralph Sennhauser <sera@g.o>
20
21 Don't build and install fallback parser relying on internel classes of
22 SUNs/Oracles JVM >= 1.5. This allows building xom using ibm-jdk-bin. #399119
23
24 --- /tmp/build.xml
25 +++ /tmp/build.xml
26 @@ -235,10 +235,6 @@
27 <echo file="${build.dest}/nu/xom/version.txt">${version}</echo>
28
29 <copy file="${build.src}/nu/xom/compositions.dat" tofile="${build.dest}/nu/xom/compositions.dat" />
30 -
31 - <!-- This file requires Java 1.5 to generate so we compile it with a
32 - different target and copy it over here. -->
33 - <copy file="classes15/nu/xom/JDK15XML1_0Parser.class" tofile="${build.dest}/nu/xom/JDK15XML1_0Parser.class"/>
34 </target>