Author: scabanovich
Date: 2012-06-08 14:45:36 -0400 (Fri, 08 Jun 2012)
New Revision: 41832
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml
Log:
JBIDE-12132
https://issues.jboss.org/browse/JBIDE-12132
Support of pages.xml 2.3 with namespace
http://jboss.org/schema/seam/pages
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml 2012-06-08 18:45:12 UTC
(rev 41831)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui.pages/plugin.xml 2012-06-08 18:45:36 UTC
(rev 41832)
@@ -6,14 +6,14 @@
<xmlEditor
class="org.jboss.tools.seam.ui.pages.editor.SeamPagesEditor"
contributorClass="org.jboss.tools.seam.ui.pages.editor.PagesMultiPageContributor"
-
entities="FileSeamPages12,FileSeamPages20,FileSeamPages21,FileSeamPages22"
+
entities="FileSeamPages12,FileSeamPages20,FileSeamPages21,FileSeamPages22,FileSeamPages23"
icon="$nl$/images/xstudio/editors/seam-pages.gif"
name="Seam Pages">
</xmlEditor>
<xmlEditor
class="org.jboss.tools.jst.web.ui.editors.WebCompoundEditor"
contributorClass="org.jboss.tools.common.model.ui.texteditors.MultiPageContributor"
-
entities="FileSeamPage12,FileSeamPage20,FileSeamPage21,FileSeamPage22"
+
entities="FileSeamPage12,FileSeamPage20,FileSeamPage21,FileSeamPage22,FileSeamPage23"
icon="$nl$/images/xstudio/editors/seam-pages.gif"
name="Seam Page">
</xmlEditor>