[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-commits] r3322 - org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany
|
- From: genie@xxxxxxxxxxx
- Date: Tue, 15 Sep 2009 08:37:19 -0400 (EDT)
- Delivered-to: stp-commits@eclipse.org
Author: sdrapeau
Date: 2009-09-15 08:37:19 -0400 (Tue, 15 Sep 2009)
New Revision: 3322
Modified:
org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany/plugin.xml
Log:
Palette reorganisation
Modified: org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany/plugin.xml
===================================================================
--- org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany/plugin.xml 2009-09-15 11:04:07 UTC (rev 3321)
+++ org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany/plugin.xml 2009-09-15 12:37:19 UTC (rev 3322)
@@ -327,14 +327,16 @@
</extension>
<!-- Palette Provider -->
+
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new Script Implementation"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/ScriptImplementation.gif"
- label="Script (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.ScriptImplementation">
+ description="Create a new Node Implementation"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/NodeImplementation.gif"
+ label="Node (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.NodeImplementation">
</implementationEntry>
</extension>
+
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
description="Create a new Notification Implementation"
@@ -343,15 +345,17 @@
type="org.eclipse.stp.sca.diagram.tuscany.NotificationImplementation">
</implementationEntry>
</extension>
- <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
+
+ <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new XQuery Implementation"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/XQueryImplementation.gif"
- label="XQuery (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.XQueryImplementation">
+ description="Create a new OSGI Implementation"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/OSGIImplementation.gif"
+ label="OSGI (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.OSGIImplementation">
</implementationEntry>
</extension>
- <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
+
+ <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
description="Create a new Resource Implementation"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/ResourceImplementation.gif"
@@ -359,39 +363,34 @@
type="org.eclipse.stp.sca.diagram.tuscany.ResourceImplementation">
</implementationEntry>
</extension>
- <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
+
+ <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new OSGI Implementation"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/OSGIImplementation.gif"
- label="OSGI (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.OSGIImplementation">
+ description="Create a new Script Implementation"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/ScriptImplementation.gif"
+ label="Script (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.ScriptImplementation">
</implementationEntry>
</extension>
- <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
+
+<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new Node Implementation"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/NodeImplementation.gif"
- label="Node (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.NodeImplementation">
- </implementationEntry>
- </extension>
- <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
- <implementationEntry
description="Create a new Widget Implementation"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/WidgetImplementation.gif"
label="Widget (Tuscany 1.4)"
type="org.eclipse.stp.sca.diagram.tuscany.WidgetImplementation">
</implementationEntry>
</extension>
-
- <extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
- <bindingEntry
- description="Create a new RMI Binding"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/RMIBinding.gif"
- label="RMI (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.RMIBinding">
- </bindingEntry>
+
+ <extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
+ <implementationEntry
+ description="Create a new XQuery Implementation"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/XQueryImplementation.gif"
+ label="XQuery (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.XQueryImplementation">
+ </implementationEntry>
</extension>
+
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
description="Create a new Atom Binding"
@@ -400,6 +399,16 @@
type="org.eclipse.stp.sca.diagram.tuscany.AtomBinding">
</bindingEntry>
</extension>
+
+ <extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
+ <bindingEntry
+ description="Create a new Corba Binding"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/CorbaBinding.gif"
+ label="Corba (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.CorbaBinding">
+ </bindingEntry>
+ </extension>
+
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
description="Create a new DWR Binding"
@@ -408,6 +417,16 @@
type="org.eclipse.stp.sca.diagram.tuscany.DWRBinding">
</bindingEntry>
</extension>
+
+ <extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
+ <bindingEntry
+ description="Create a new Google Data Binding"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/GDataBinding.gif"
+ label="Google Data (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.GDataBinding">
+ </bindingEntry>
+ </extension>
+
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
description="Create a new HTTP Binding"
@@ -416,6 +435,7 @@
type="org.eclipse.stp.sca.diagram.tuscany.HTTPBinding">
</bindingEntry>
</extension>
+
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
description="Create a new JSONRPC Binding"
@@ -424,6 +444,7 @@
type="org.eclipse.stp.sca.diagram.tuscany.JSONRPCBinding">
</bindingEntry>
</extension>
+
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
description="Create a new Notification Binding"
@@ -432,6 +453,16 @@
type="org.eclipse.stp.sca.diagram.tuscany.NotificationBinding">
</bindingEntry>
</extension>
+
+ <extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
+ <bindingEntry
+ description="Create a new RMI Binding"
+ iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/RMIBinding.gif"
+ label="RMI (Tuscany 1.4)"
+ type="org.eclipse.stp.sca.diagram.tuscany.RMIBinding">
+ </bindingEntry>
+ </extension>
+
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
description="Create a new RSS Binding"
@@ -440,21 +471,5 @@
type="org.eclipse.stp.sca.diagram.tuscany.RSSBinding">
</bindingEntry>
</extension>
- <extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
- <bindingEntry
- description="Create a new Corba Binding"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/CorbaBinding.gif"
- label="Corba (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.CorbaBinding">
- </bindingEntry>
- </extension>
- <extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
- <bindingEntry
- description="Create a new Google Data Binding"
- iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/GDataBinding.gif"
- label="Google Data (Tuscany 1.4)"
- type="org.eclipse.stp.sca.diagram.tuscany.GDataBinding">
- </bindingEntry>
- </extension>
</plugin>