Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2013-02-04 22:54:37 +0000
committerNitin Dahyabhai2013-02-05 04:16:37 +0000
commita9c7d8cfda55741e3b63b0a4e6e89cf0ab377416 (patch)
tree51c712c0e53b680bdbdba5a0912c2fcde121ffb7
parent4e5d3a4f1dfb356655c232b8374a2235cac44c28 (diff)
downloadwebtools.sourceediting-a9c7d8cfda55741e3b63b0a4e6e89cf0ab377416.tar.gz
webtools.sourceediting-a9c7d8cfda55741e3b63b0a4e6e89cf0ab377416.tar.xz
webtools.sourceediting-a9c7d8cfda55741e3b63b0a4e6e89cf0ab377416.zip
[399935] j2ee_1_4.xsd is incorrectly registeredv201302050421
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.standard.schemas/plugin.xml b/bundles/org.eclipse.jst.standard.schemas/plugin.xml
index c38c4dceb7..05567e79c2 100644
--- a/bundles/org.eclipse.jst.standard.schemas/plugin.xml
+++ b/bundles/org.eclipse.jst.standard.schemas/plugin.xml
@@ -84,7 +84,9 @@
<uri
name="http://java.sun.com/xml/ns/j2ee/"
uri="dtdsAndSchemas/j2ee_1_4.xsd" />
-
+ <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"

Back to the top