diff options
| author | Nick Sandonato | 2013-03-13 21:23:08 +0000 |
|---|---|---|
| committer | Nick Sandonato | 2013-03-13 21:23:08 +0000 |
| commit | fccc47df725ab9ee2a44a52cad93dbd61c9f72f2 (patch) | |
| tree | f8981a1e65ae8413c2e84c4ccdd725b1fb243ded | |
| parent | f2a3503e375c46ec3171304dfd00ab405ecdb27b (diff) | |
| download | webtools.sourceediting-fccc47df725ab9ee2a44a52cad93dbd61c9f72f2.tar.gz webtools.sourceediting-fccc47df725ab9ee2a44a52cad93dbd61c9f72f2.tar.xz webtools.sourceediting-fccc47df725ab9ee2a44a52cad93dbd61c9f72f2.zip | |
[399524] Basic Java EE 7 supportv201303132123
| -rw-r--r-- | bundles/org.eclipse.jst.standard.schemas/plugin.xml | 303 |
1 files changed, 215 insertions, 88 deletions
diff --git a/bundles/org.eclipse.jst.standard.schemas/plugin.xml b/bundles/org.eclipse.jst.standard.schemas/plugin.xml index c4557ad50e..67d04bb4f4 100644 --- a/bundles/org.eclipse.jst.standard.schemas/plugin.xml +++ b/bundles/org.eclipse.jst.standard.schemas/plugin.xml @@ -24,12 +24,21 @@ name="http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" uri="dtdsAndSchemas/application_1_4.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/application_1_4.xsd" + uri="dtdsAndSchemas/application_1_4.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/application_5.xsd" uri="dtdsAndSchemas/application_5.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/application_5.xsd" + uri="dtdsAndSchemas/application_5.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/application_6.xsd" uri="dtdsAndSchemas/application_6.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/application_6.xsd" + uri="dtdsAndSchemas/application_6.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" uri="dtdsAndSchemas/application_7.xsd" /> @@ -46,16 +55,44 @@ name="http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd" uri="dtdsAndSchemas/application-client_1_4.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/application-client_1_4.xsd" + uri="dtdsAndSchemas/application-client_1_4.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/application-client_5.xsd" uri="dtdsAndSchemas/application-client_5.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/application-client_5.xsd" + uri="dtdsAndSchemas/application-client_5.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/application-client_6.xsd" uri="dtdsAndSchemas/application-client_6.xsd" /> <uri name="http://xmlns.jcp.org/xml/ns/javaee/application-client_6.xsd" + uri="dtdsAndSchemas/application-client_6.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/application-client_7.xsd" uri="dtdsAndSchemas/application-client_7.xsd" /> + <uri + name="http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" + uri="dtdsAndSchemas/beans_1_0.xsd"/> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/beans_1_0.xsd" + uri="dtdsAndSchemas/beans_1_0.xsd"/> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" + uri="dtdsAndSchemas/beans_1_1.xsd"/> + + + <uri + name="http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd" + uri="dtdsAndSchemas/bindingschema_2_0.xsd"/> + <uri + name="http://xmlns.jcp.org/xml/ns/jaxb/bindingschema_2_0.xsd" + uri="dtdsAndSchemas/bindingschema_2_0.xsd"/> + + <public publicId="-//Sun Microsystems, Inc.//DTD Connector 1.0//EN" uri="dtdsAndSchemas/connector_1_0.dtd" @@ -64,9 +101,15 @@ name="http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd" uri="dtdsAndSchemas/connector_1_5.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/connector_1_5.xsd" + uri="dtdsAndSchemas/connector_1_5.xsd" /> + <uri name="http://java.sun.com/xml/ns/j2ee/connector_1_6.xsd" uri="dtdsAndSchemas/connector_1_6.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/connector_1_6.xsd" + uri="dtdsAndSchemas/connector_1_6.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/connector_1_7.xsd" uri="dtdsAndSchemas/connector_1_7.xsd" /> @@ -83,12 +126,21 @@ name="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd" uri="dtdsAndSchemas/ejb-jar_2_1.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/ejb-jar_2_1.xsd" + uri="dtdsAndSchemas/ejb-jar_2_1.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" uri="dtdsAndSchemas/ejb-jar_3_0.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_0.xsd" + uri="dtdsAndSchemas/ejb-jar_3_0.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd" uri="dtdsAndSchemas/ejb-jar_3_1.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_1.xsd" + uri="dtdsAndSchemas/ejb-jar_3_1.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_2.xsd" uri="dtdsAndSchemas/ejb-jar_3_2.xsd" /> @@ -99,198 +151,273 @@ <uri name="http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd" uri="dtdsAndSchemas/j2ee_1_4.xsd" /> - <uri - name="http://java.sun.com/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd" - uri="dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd" /> - <uri - name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd" - uri="dtdsAndSchemas/j2ee_web_services_1_1.xsd" /> - <uri - name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd" - uri="dtdsAndSchemas/j2ee_web_services_client_1_1.xsd" /> - - <uri - name="http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd" - uri="dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd" /> - <uri - name="http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd" - uri="dtdsAndSchemas/j2ee_web_services_1_1.xsd" /> - <uri - name="http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd" - uri="dtdsAndSchemas/j2ee_web_services_client_1_1.xsd" /> - - + name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_1_4.xsd" + uri="dtdsAndSchemas/j2ee_1_4.xsd" /> <uri name="http://java.sun.com/xml/ns/javaee/javaee_5.xsd" uri="dtdsAndSchemas/javaee_5.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/javaee_5.xsd" + uri="dtdsAndSchemas/javaee_5.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/javaee_6.xsd" uri="dtdsAndSchemas/javaee_6.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/javaee_6.xsd" + uri="dtdsAndSchemas/javaee_6.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd" uri="dtdsAndSchemas/javaee_7.xsd" /> <uri + name="http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd" + uri="dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd" /> + <uri + name="http://java.sun.com/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd" + uri="dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd" + uri="dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd" /> + + + <uri + name="http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd" + uri="dtdsAndSchemas/j2ee_web_services_1_1.xsd" /> + <uri + name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd" + uri="dtdsAndSchemas/j2ee_web_services_1_1.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_web_services_1_1.xsd" + uri="dtdsAndSchemas/j2ee_web_services_1_1.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd" uri="dtdsAndSchemas/javaee_web_services_1_2.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_2.xsd" + uri="dtdsAndSchemas/javaee_web_services_1_2.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_3.xsd" uri="dtdsAndSchemas/javaee_web_services_1_3.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_3.xsd" + uri="dtdsAndSchemas/javaee_web_services_1_3.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_4.xsd" uri="dtdsAndSchemas/javaee_web_services_1_4.xsd" /> + + <uri + name="http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd" + uri="dtdsAndSchemas/j2ee_web_services_client_1_1.xsd" /> + <uri + name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd" + uri="dtdsAndSchemas/j2ee_web_services_client_1_1.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd" + uri="dtdsAndSchemas/j2ee_web_services_client_1_1.xsd" /> <uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd" uri="dtdsAndSchemas/javaee_web_services_client_1_2.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_2.xsd" + uri="dtdsAndSchemas/javaee_web_services_client_1_2.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_3.xsd" uri="dtdsAndSchemas/javaee_web_services_client_1_3.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_3.xsd" + uri="dtdsAndSchemas/javaee_web_services_client_1_3.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_4.xsd" uri="dtdsAndSchemas/javaee_web_services_client_1_4.xsd" /> + <uri name="http://java.sun.com/xml/ns/j2ee/jsp_2_0.xsd" uri="dtdsAndSchemas/jsp_2_0.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/jsp_2_0.xsd" + uri="dtdsAndSchemas/jsp_2_0.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/jsp_2_1.xsd" uri="dtdsAndSchemas/jsp_2_1.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_1.xsd" + uri="dtdsAndSchemas/jsp_2_1.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/jsp_2_2.xsd" uri="dtdsAndSchemas/jsp_2_2.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_2.xsd" + uri="dtdsAndSchemas/jsp_2_2.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_3.xsd" uri="dtdsAndSchemas/jsp_2_3.xsd" /> + <uri + name="http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" + uri="dtdsAndSchemas/orm_1_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/persistence/orm_1_0.xsd" + uri="dtdsAndSchemas/orm_1_0.xsd" /> + <uri + name="http://java.sun.com/xml/ns/persistence/orm_2_0.xsd" + uri="dtdsAndSchemas/orm_2_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/persistence/orm_2_0.xsd" + uri="dtdsAndSchemas/orm_2_0.xsd" /> + + + <uri + name="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" + uri="dtdsAndSchemas/persistence_1_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/persistence/persistence_1_0.xsd" + uri="dtdsAndSchemas/persistence_1_0.xsd" /> + <uri + name="http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" + uri="dtdsAndSchemas/persistence_2_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/persistence/persistence_2_0.xsd" + uri="dtdsAndSchemas/persistence_2_0.xsd" /> + + <public publicId="-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" uri="dtdsAndSchemas/web-app_2_2.dtd" - webURL="http://java.sun.com/j2ee/dtds/web-app_2.2.dtd" /> + webURL="http://java.sun.com/j2ee/dtds/web-app_2.2.dtd" /> <!-- broken --> <public publicId="-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" uri="dtdsAndSchemas/web-app_2_3.dtd" webURL="http://java.sun.com/dtd/web-app_2_3.dtd" /> - - <uri name="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" uri="dtdsAndSchemas/web-app_2_4.xsd" /> - + <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/web-app_2_4.xsd" + uri="dtdsAndSchemas/web-app_2_4.xsd" /> <uri name="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" uri="dtdsAndSchemas/web-app_2_5.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-app_2_5.xsd" + uri="dtdsAndSchemas/web-app_2_5.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" uri="dtdsAndSchemas/web-app_3_0.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd" + uri="dtdsAndSchemas/web-app_3_0.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" uri="dtdsAndSchemas/web-app_3_1.xsd" /> + <uri name="http://java.sun.com/xml/ns/javaee/web-common_3_0.xsd" uri="dtdsAndSchemas/web-common_3_0.xsd" /> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-common_3_0.xsd" + uri="dtdsAndSchemas/web-common_3_0.xsd" /> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/web-common_3_1.xsd" uri="dtdsAndSchemas/web-common_3_1.xsd" /> - - <uri - name="http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" - uri="dtdsAndSchemas/web-fragment_3_0.xsd" /> - <uri - name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd" - uri="dtdsAndSchemas/web-fragment_3_1.xsd" /> <public - publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" - uri="dtdsAndSchemas/web-jsptaglibrary_1_1.dtd" - webURL="http://java.sun.com/dtd/web-jsptaglibrary_1_1.dtd" /> - - <public - publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" - uri="dtdsAndSchemas/web-jsptaglibrary_1_2.dtd" - webURL="http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd" /> + publicId="-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" + uri="dtdsAndSchemas/facelet-taglib_1_0.dtd"/> <uri - name="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" - uri="dtdsAndSchemas/web-jsptaglibrary_2_0.xsd" /> + name="http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd" + uri="dtdsAndSchemas/web-facelettaglibrary_2_0.xsd"/> <uri - name="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" - uri="dtdsAndSchemas/web-jsptaglibrary_2_1.xsd" /> - + name="http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_0.xsd" + uri="dtdsAndSchemas/web-facelettaglibrary_2_0.xsd"/> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd" + uri="dtdsAndSchemas/web-facelettaglibrary_2_2.xsd"/> + + <public publicId="-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN" uri="dtdsAndSchemas/web-facesconfig_1_0.dtd" webURL="http://java.sun.com/dtd/web-facesconfig_1_0.dtd" /> - <public publicId="-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" uri="dtdsAndSchemas/web-facesconfig_1_1.dtd" webURL="http://java.sun.com/dtd/web-facesconfig_1_1.dtd" /> - - <uri name="http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd" uri="dtdsAndSchemas/web-facesconfig_1_2.xsd" /> - - <uri - name="http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" - uri="dtdsAndSchemas/orm_1_0.xsd" /> - - <uri - name="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" - uri="dtdsAndSchemas/persistence_1_0.xsd" /> - - <uri - name="http://java.sun.com/xml/ns/persistence/orm_2_0.xsd" - uri="dtdsAndSchemas/orm_2_0.xsd" /> - - <uri - name="http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" - uri="dtdsAndSchemas/persistence_2_0.xsd" /> - - <uri - name="http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd" - uri="dtdsAndSchemas/bindingschema_2_0.xsd"/> - - <public - publicId="-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" - uri="dtdsAndSchemas/facelet-taglib_1_0.dtd"/> - <uri - name="http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd" - uri="dtdsAndSchemas/web-facelettaglibrary_2_0.xsd"/> - <uri - name="http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd" - uri="dtdsAndSchemas/web-facelettaglibrary_2_2.xsd"/> - + name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_1_2.xsd" + uri="dtdsAndSchemas/web-facesconfig_1_2.xsd" /> <uri name="http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" uri="dtdsAndSchemas/web-facesconfig_2_0.xsd"/> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_0.xsd" + uri="dtdsAndSchemas/web-facesconfig_2_0.xsd"/> + <uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd" uri="dtdsAndSchemas/web-facesconfig_2_2.xsd"/> - + + <uri name="http://java.sun.com/xml/ns/javaee/web-facesuicomponent_2_0.xsd" uri="dtdsAndSchemas/web-facesuicomponent_2_0.xsd"/> <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-facesuicomponent_2_0.xsd" + uri="dtdsAndSchemas/web-facesuicomponent_2_0.xsd"/> + + + <uri + name="http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" + uri="dtdsAndSchemas/web-fragment_3_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_0.xsd" + uri="dtdsAndSchemas/web-fragment_3_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd" + uri="dtdsAndSchemas/web-fragment_3_1.xsd" /> + + + <public + publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" + uri="dtdsAndSchemas/web-jsptaglibrary_1_1.dtd" + webURL="http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd" /> + <public + publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" + uri="dtdsAndSchemas/web-jsptaglibrary_1_2.dtd" + webURL="http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd" /> + <uri + name="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" + uri="dtdsAndSchemas/web-jsptaglibrary_2_0.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" + uri="dtdsAndSchemas/web-jsptaglibrary_2_0.xsd" /> + <uri + name="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" + uri="dtdsAndSchemas/web-jsptaglibrary_2_1.xsd" /> + <uri + name="http://xmlns.jcp.org/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" + uri="dtdsAndSchemas/web-jsptaglibrary_2_1.xsd" /> + + + <uri name="http://java.sun.com/xml/ns/javaee/web-partialresponse_2_0.xsd" uri="dtdsAndSchemas/web-partialresponse_2_0.xsd"/> - - <uri - name="http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" - uri="dtdsAndSchemas/beans_1_0.xsd"/> <uri - name="http://xmlns.jcp.org/xml/ns/javaee/beans_1_0.xsd" - uri="dtdsAndSchemas/beans_1_1.xsd"/> - + name="http://xmlns.jcp.org/xml/ns/javaee/web-partialresponse_2_0.xsd" + uri="dtdsAndSchemas/web-partialresponse_2_0.xsd"/> + + </catalogContribution> </extension> -</plugin> +</plugin>
\ No newline at end of file |
