Index: RunTimeDDCatalog.java =================================================================== RCS file: /cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/RunTimeDDCatalog.java,v --- RunTimeDDCatalog.java 1.3 +++ RunTimeDDCatalog.java @@ -128,2 +128,0 @@ - list.add("-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN");//JSF code completion - list.add("-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN");//JSF code completion @@ -161,20 +159,0 @@ - } - if (publicId.equals("-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN")){ - File file = new File(installRoot+"/lib/jsf-impl.jar"); - String s = ""; - try{ - s= file.toURI().toURL().toExternalForm(); - }catch(Exception e){ - - } - return "jar:"+s+"!/com/sun/faces/web-facesconfig_1_0.dtd"; - } - if (publicId.equals("-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN")){ - File file = new File(installRoot+"/lib/jsf-impl.jar"); - String s = ""; - try{ - s= file.toURI().toURL().toExternalForm(); - }catch(Exception e){ - - } - return "jar:"+s+"!/com/sun/faces/web-facesconfig_1_1.dtd";