Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2013-02-05 04:44:00 +0000
committerNitin Dahyabhai2013-02-05 07:32:19 +0000
commita9a79116825d9f020594615ea9a433209ad6802c (patch)
tree6139b7c730897b4c7905fe350461d740e0770966
parenta9c7d8cfda55741e3b63b0a4e6e89cf0ab377416 (diff)
downloadwebtools.sourceediting-R3_4_maintenance.tar.gz
webtools.sourceediting-R3_4_maintenance.tar.xz
webtools.sourceediting-R3_4_maintenance.zip
[399934] jsp_2_1.xsd and jsp_2_2.xsd are incorrectly registeredv201302050732R3_4_2R3_4_maintenance
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jst.standard.schemas/plugin.xml b/bundles/org.eclipse.jst.standard.schemas/plugin.xml
index 05567e79c2..9cddc6be35 100644
--- a/bundles/org.eclipse.jst.standard.schemas/plugin.xml
+++ b/bundles/org.eclipse.jst.standard.schemas/plugin.xml
@@ -134,10 +134,10 @@
name="http://java.sun.com/xml/ns/j2ee/jsp_2_0.xsd"
uri="dtdsAndSchemas/jsp_2_0.xsd" />
<uri
- name="http://java.sun.com/xml/ns/j2ee/jsp_2_1.xsd"
+ name="http://java.sun.com/xml/ns/javaee/jsp_2_1.xsd"
uri="dtdsAndSchemas/jsp_2_1.xsd" />
<uri
- name="http://java.sun.com/xml/ns/j2ee/jsp_2_2.xsd"
+ name="http://java.sun.com/xml/ns/javaee/jsp_2_2.xsd"
uri="dtdsAndSchemas/jsp_2_2.xsd" />

Back to the top