[103701] Adding system id's
diff --git a/plugins/org.eclipse.jst.j2ee/plugin.xml b/plugins/org.eclipse.jst.j2ee/plugin.xml index 878c459..7da1377 100644 --- a/plugins/org.eclipse.jst.j2ee/plugin.xml +++ b/plugins/org.eclipse.jst.j2ee/plugin.xml
@@ -150,34 +150,36 @@ <!--===================================================--> <!-- Register known J2EE DTDs and XSDs for XML editor --> <!-- DTD and XSD Contributions --> -<!-- Removing these until final location is known... --> <!--===================================================--> <extension point="org.eclipse.wst.internet.cache.cacheresource"> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"/> + url="http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"/> + url="http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN"/> + url="http://java.sun.com/dtd/web-app_2_3.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.3//EN"/> + url="http://java.sun.com/j2ee/dtds/application-client_1_2.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN"/> + url="http://java.sun.com/dtd/application-client_1_3.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"/> + url="http://java.sun.com/j2ee/dtds/application_1_2.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN"/> + url="http://java.sun.com/dtd/application_1_3.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" - url="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"/> + url="http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd"/> + <cacheresource + license="http://developers.sun.com/license/berkeley_license.html" + url="http://java.sun.com/dtd/ejb-jar_2_0.dtd"/> <cacheresource license="http://developers.sun.com/license/berkeley_license.html" url="http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"/>