Author: scabanovich
Date: 2010-02-27 09:13:43 -0500 (Sat, 27 Feb 2010)
New Revision: 20531
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-5939
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2010-02-27
11:24:20 UTC (rev 20530)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2010-02-27
14:13:43 UTC (rev 20531)
@@ -1778,7 +1778,14 @@
<XModelAttribute PROPERTIES="pre=true;category=general"
name="password" xmlname="password"/>
<XModelAttribute PROPERTIES="pre=true;category=advanced"
- name="smooks handler config"
xmlname="smooks-handler-config"/>
+ name="smooks handler config" xmlname="smooks-handler-config">
+ <Constraint loader="Tree">
+ <value name="ESBResourceTree"/>
+ <value name="extensions=xml"/>
+ <value name="linkAction=OpenHandler"/>
+ </Constraint>
+ <Editor name="TreeChooser"/>
+ </XModelAttribute>
<XModelAttribute PROPERTIES="pre=true;category=advanced"
name="custom handlers" xmlname="custom-handlers"/>
<XModelAttribute PROPERTIES="category=advanced;pre=true"
@@ -1808,6 +1815,11 @@
ICON="action.empty"
PROPERTIES="actionpath=Open;attribute=smooks response mapper"
displayName="Open Response Mapper" kind="action"
name="OpenResponse"/>
+ <XActionItem
+
HandlerClassName="org.jboss.tools.esb.core.model.handlers.OpenESBResourceHandler"
+ ICON="action.empty"
+ PROPERTIES="actionpath=Open;attribute=smooks handler config"
+ displayName="Open Handler Config" kind="action"
name="OpenHandler"/>
<XActionItem kind="list" name="CreateActions">
<XActionItem HandlerClassName="%Create%" ICON="action.empty"
PROPERTIES="validator.add=true" WizardClassName="%Default%"