File: latent_jaxp_bug.patch

package info (click to toggle)
openjdk-6 6b18-1.8.10-0~lenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 102,040 kB
  • ctags: 43,823
  • sloc: java: 213,434; cpp: 30,201; ansic: 6,269; asm: 5,754; sh: 4,396; makefile: 3,511; python: 310
file content (25 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (2)
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;