1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
--- openjdk.orig/jaxp/build.properties 2011-02-14 12:55:39.000000000 +0000
+++ openjdk/jaxp/build.properties 2011-02-14 12:55:25.000000000 +0000
@@ -78,7 +78,7 @@
patches.dir=patches
# Patches to apply
-jaxp_src.patch.list=6927050.patch
+jaxp_src.patch.list=6927050.patch,import_fix.patch
# Sanity information
sanity.info= Sanity Settings:${line.separator}\
diff -Nru jaxp.orig/patches/jaxp_src/import_fix.patch jaxp/patches/jaxp_src/import_fix.patch
--- openjdk.orig/jaxp/patches/jaxp_src/import_fix.patch 1970-01-01 01:00:00.000000000 +0100
+++ openjdk/jaxp/patches/jaxp_src/import_fix.patch 2011-02-14 13:46:22.000000000 +0000
@@ -0,0 +1,10 @@
+--- src/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java 2009-10-14 18:13:41.000000000 +0100
++++ src/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java 2011-02-14 10:56:42.000000000 +0000
+@@ -47,6 +47,7 @@
+ import com.sun.org.apache.xerces.internal.util.SAXLocatorWrapper;
+ import com.sun.org.apache.xerces.internal.util.SAXMessageFormatter;
+ import com.sun.org.apache.xerces.internal.util.SymbolTable;
++import com.sun.org.apache.xerces.internal.util.SecurityManager;
+ import com.sun.org.apache.xerces.internal.util.URI;
+ import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
+ import com.sun.org.apache.xerces.internal.util.XMLSymbols;
|