~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to debian/patches/20-xml-catalog-resolver.patch

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-ahcn3eqgl2iefhgh
Tags: 6.0.1-0ubuntu1
Initial version. (LP: #187708)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' netbeans6.0.1-6.0.1/xml/catalog/src/org/netbeans/modules/xml/catalog/impl/sun/Catalog.java netbeans6.0.1-6.0.1.new/xml/catalog/src/org/netbeans/modules/xml/catalog/impl/sun/Catalog.java
 
2
--- netbeans6.0.1-6.0.1/xml/catalog/src/org/netbeans/modules/xml/catalog/impl/sun/Catalog.java  2007-09-29 03:20:30.000000000 +0200
 
3
+++ netbeans6.0.1-6.0.1.new/xml/catalog/src/org/netbeans/modules/xml/catalog/impl/sun/Catalog.java      2008-01-30 21:47:25.000000000 +0100
 
4
@@ -188,10 +188,10 @@
 
5
      */
 
6
     public Iterator getPublicIDs() {
 
7
         Object p = getPeer();
 
8
-        if (p instanceof org.apache.xml.resolver.tools.CatalogResolver) {
 
9
+        /*if (p instanceof org.apache.xml.resolver.tools.CatalogResolver) {
 
10
             org.apache.xml.resolver.Catalog cat = ((org.apache.xml.resolver.tools.CatalogResolver) p).getCatalog();
 
11
             return cat.getPublicIDs();
 
12
-        }
 
13
+        }*/
 
14
         return null;
 
15
     }
 
16