Author: scabanovich
Date: 2010-08-11 07:50:01 -0400 (Wed, 11 Aug 2010)
New Revision: 24041
Modified:
trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml
trunk/esb/plugins/org.jboss.tools.esb.ui/src/org/jboss/tools/esb/ui/editor/form/ESBListsFormLayoutData.java
Log:
https://jira.jboss.org/browse/JBIDE-6615
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml 2010-08-11 11:49:26 UTC (rev
24040)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml 2010-08-11 11:50:01 UTC (rev
24041)
@@ -38,7 +38,7 @@
<xmlEditor
class="org.jboss.tools.jst.web.ui.editors.WebCompoundEditor"
contributorClass="org.jboss.tools.common.model.ui.texteditors.MultiPageContributor"
- entities="FileESB101,FileESB110,FileESB120"
+ entities="FileESB101,FileESB110,FileESB120,FileESB130"
icon="images/xstudio/editors/esb.gif"
name="ESB">
</xmlEditor>
Modified:
trunk/esb/plugins/org.jboss.tools.esb.ui/src/org/jboss/tools/esb/ui/editor/form/ESBListsFormLayoutData.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.ui/src/org/jboss/tools/esb/ui/editor/form/ESBListsFormLayoutData.java 2010-08-11
11:49:26 UTC (rev 24040)
+++
trunk/esb/plugins/org.jboss.tools.esb.ui/src/org/jboss/tools/esb/ui/editor/form/ESBListsFormLayoutData.java 2010-08-11
11:50:01 UTC (rev 24041)
@@ -120,7 +120,7 @@
"Services", //$NON-NLS-1$
ModelFormLayoutData.EMPTY_DESCRIPTION,
new FormAttributeData[]{new FormAttributeData(ATTR_NAME, 100)},
- new String[]{ENT_ESB_SERVICE_101, ENT_ESB_SERVICE_110, ENT_ESB_SERVICE_120},
+ new String[]{ENT_ESB_SERVICE_101, ENT_ESB_SERVICE_110, ENT_ESB_SERVICE_120,
ENT_ESB_SERVICE_130},
FormLayoutDataUtil.createDefaultFormActionData("CreateActions.AddService")
//$NON-NLS-1$
);
@@ -129,7 +129,7 @@
ModelFormLayoutData.EMPTY_DESCRIPTION,
"Services", //$NON-NLS-1$
new FormAttributeData[]{new FormAttributeData(ATTR_NAME, 100)},
- new String[]{ENT_ESB_SERVICE_101, ENT_ESB_SERVICE_110, ENT_ESB_SERVICE_120},
+ new String[]{ENT_ESB_SERVICE_101, ENT_ESB_SERVICE_110, ENT_ESB_SERVICE_120,
ENT_ESB_SERVICE_130},
FormLayoutDataUtil.createDefaultFormActionData("CreateActions.AddService")
//$NON-NLS-1$
);