Author: scabanovich
Date: 2009-11-10 10:43:06 -0500 (Tue, 10 Nov 2009)
New Revision: 18571
Added:
trunk/esb/plugins/org.jboss.tools.esb.ui/templates/
trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.xml
Modified:
trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-2023
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties 2009-11-10 15:05:58 UTC (rev
18570)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties 2009-11-10 15:43:06 UTC (rev
18571)
@@ -7,7 +7,8 @@
about.properties,\
about.mappings,\
about.ini,\
- jboss_about.png
+ jboss_about.png,\
+ templates/
source.esb-ui.jar = src/,\
resources/
jars.compile.order = esb-ui.jar
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml 2009-11-10 15:05:58 UTC (rev
18570)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.xml 2009-11-10 15:43:06 UTC (rev
18571)
@@ -162,5 +162,10 @@
</extension>
+ <extension point="org.jboss.tools.common.model.ui.metaTemplates">
+ <include file="templates/esb_1_1.xml"
translations="templates/esb_1_1.properties">
+ </include>
+ </extension>
+
</plugin>
Added: trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.properties
===================================================================
Property changes on:
trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.xml
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.xml
(rev 0)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.xml 2009-11-10 15:43:06 UTC
(rev 18571)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE meta-template PUBLIC "-//Red Hat Inc.//DTD Meta Templates
1.0//EN"
+
"http://www.redhat.com/templates/dtds/meta-template_1_0.dtd">
+
+<meta-templates
uri="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/s...
http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml...
+
+ <meta-template axis="action@class" displayName="Action Class"
xEntity="NONE">
+ <super-class
name="org.jboss.soa.esb.actions.AbstractActionLifecycle"/>
+ </meta-template>
+
+</meta-templates>
\ No newline at end of file
Property changes on: trunk/esb/plugins/org.jboss.tools.esb.ui/templates/esb_1_1.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain