Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040021
en ru br
ALT Linux repos
S:1.2.10-alt1_13jpp11
5.0: 1.2-alt1_0.b2.4jpp5
4.1: 1.0-alt3_6jpp1.7
4.0: 1.0-alt3_6jpp1.7

Group :: Development/Java
RPM: xom

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xom-1.1-remove_sun_import.patch
Download


diff -Nur xom-1.1/src15/nu/xom/JDK15XML1_0Parser.java xom-1.1.new/src15/nu/xom/JDK15XML1_0Parser.java
--- xom-1.1/src15/nu/xom/JDK15XML1_0Parser.java	2004-08-17 19:18:30.000000000 +0530
+++ xom-1.1.new/src15/nu/xom/JDK15XML1_0Parser.java	2007-11-13 15:25:08.000000000 +0530
@@ -24,9 +24,9 @@
 
 import org.xml.sax.SAXException;
 
-import com.sun.org.apache.xerces.internal.parsers.SAXParser;
-import com.sun.org.apache.xerces.internal.parsers.DTDConfiguration;
-import com.sun.org.apache.xerces.internal.impl.Constants
+import org.apache.xerces.parsers.SAXParser;
+import org.apache.xerces.parsers.DTDConfiguration;
+import org.apache.xerces.impl.Constants
 ;
 /**
  * <p>
@@ -47,8 +47,8 @@
       
         super(new DTDConfiguration());
         // workaround for Java 1.5 beta 2 bugs
-        com.sun.org.apache.xerces.internal.util.SecurityManager manager 
-          = new com.sun.org.apache.xerces.internal.util.SecurityManager();
+        org.apache.xerces.util.SecurityManager manager 
+          = new org.apache.xerces.util.SecurityManager();
         setProperty(Constants.XERCES_PROPERTY_PREFIX + Constants.SECURITY_MANAGER_PROPERTY, manager);
         
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin