[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-commits] r3324 - in org.eclipse.stp.sca/trunk: org.eclipse.stp.sca.diagram.frascati org.eclipse.stp.sca.diagram.tuscany
|
- From: genie@xxxxxxxxxxx
- Date: Tue, 15 Sep 2009 12:11:27 -0400 (EDT)
- Delivered-to: stp-commits@eclipse.org
Author: sdrapeau
Date: 2009-09-15 12:11:27 -0400 (Tue, 15 Sep 2009)
New Revision: 3324
Modified:
org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.frascati/plugin.xml
org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany/plugin.xml
Log:
Updated the short descriptions displayed in the palette: added information (since ...).
Modified: org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.frascati/plugin.xml
===================================================================
--- org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.frascati/plugin.xml 2009-09-15 12:37:19 UTC (rev 3323)
+++ org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.frascati/plugin.xml 2009-09-15 16:11:27 UTC (rev 3324)
@@ -165,63 +165,63 @@
<!-- Palette Provider -->
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new FractalImplementation"
+ description="Create a new Fractal implementation (since 1.0)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/FractalImplementation.gif"
- label="Fractal (FraSCAti 1.1)"
+ label="Fractal (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.FractalImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new OsgiImplementation"
+ description="Create a new Osgi implementation (since 1.1)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/OsgiImplementation.gif"
- label="Osgi (FraSCAti 1.1)"
+ label="Osgi (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.OsgiImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new ScriptImplementation"
+ description="Create a new Script implementation (since 1.1)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/ScriptImplementation.gif"
- label="Script (FraSCAti 1.1)"
+ label="Script (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.ScriptImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
- description="Create a new JBIBinding"
+ description="Create a new JBI binding (since 1.0)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/JBIBinding.gif"
- label="JBI (FraSCAti 1.1)"
+ label="JBI (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.JBIBinding">
</bindingEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
- description="Create a new JsonRpcBinding"
+ description="Create a new Json-Rpc binding (since 1.1)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/JsonRpcBinding.gif"
- label="JsonRpc (FraSCAti 1.1)"
+ label="JsonRpc (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.JsonRpcBinding">
</bindingEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
- description="Create a new RestBinding"
+ description="Create a new Rest binding (since 1.1)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/RestBinding.gif"
- label="Rest (FraSCAti 1.1)"
+ label="Rest (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.RestBinding">
</bindingEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.BindingEntryPalette">
<bindingEntry
- description="Create a new RMIBinding"
+ description="Create a new RMI binding (since 1.1)"
iconPath="/org.eclipse.stp.sca.domainmodel.frascati.edit/icons/full/obj16/RMIBinding.gif"
- label="RMI (FraSCAti 1.1)"
+ label="RMI (FraSCAti)"
type="org.eclipse.stp.sca.diagram.frascati.RMIBinding">
</bindingEntry>
</extension>
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 12:37:19 UTC (rev 3323)
+++ org.eclipse.stp.sca/trunk/org.eclipse.stp.sca.diagram.tuscany/plugin.xml 2009-09-15 16:11:27 UTC (rev 3324)
@@ -330,144 +330,144 @@
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new Node Implementation"
+ description="Create a new Node implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/NodeImplementation.gif"
- label="Node (Tuscany 1.4)"
+ label="Node (Tuscany)"
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"
+ description="Create a new Notification implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/NotificationImplementation.gif"
- label="Notification (Tuscany 1.4)"
+ label="Notification (Tuscany)"
type="org.eclipse.stp.sca.diagram.tuscany.NotificationImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new OSGI Implementation"
+ description="Create a new OSGI implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/OSGIImplementation.gif"
- label="OSGI (Tuscany 1.4)"
+ label="OSGI (Tuscany)"
type="org.eclipse.stp.sca.diagram.tuscany.OSGIImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new Resource Implementation"
+ description="Create a new Resource implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/ResourceImplementation.gif"
- label="Resource (Tuscany 1.4)"
+ label="Resource (Tuscany)"
type="org.eclipse.stp.sca.diagram.tuscany.ResourceImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new Script Implementation"
+ description="Create a new Script implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/ScriptImplementation.gif"
- label="Script (Tuscany 1.4)"
+ label="Script (Tuscany)"
type="org.eclipse.stp.sca.diagram.tuscany.ScriptImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new Widget Implementation"
+ description="Create a new Widget implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/WidgetImplementation.gif"
- label="Widget (Tuscany 1.4)"
+ label="Widget (Tuscany)"
type="org.eclipse.stp.sca.diagram.tuscany.WidgetImplementation">
</implementationEntry>
</extension>
<extension point="org.eclipse.stp.sca.diagram.ImplementationEntryPalette">
<implementationEntry
- description="Create a new XQuery Implementation"
+ description="Create a new XQuery implementation (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/XQueryImplementation.gif"
- label="XQuery (Tuscany 1.4)"
+ label="XQuery (Tuscany)"
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"
+ description="Create a new Atom binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/AtomBinding.gif"
- label="Atom (Tuscany 1.4)"
+ label="Atom (Tuscany)"
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"
+ description="Create a new Corba binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/CorbaBinding.gif"
- label="Corba (Tuscany 1.4)"
+ label="Corba (Tuscany)"
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"
+ description="Create a new DWR binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/DWRBinding.gif"
- label="DWR (Tuscany 1.4)"
+ label="DWR (Tuscany)"
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"
+ description="Create a new Google Data binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/GDataBinding.gif"
- label="Google Data (Tuscany 1.4)"
+ label="Google Data (Tuscany)"
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"
+ description="Create a new HTTP binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/HTTPBinding.gif"
- label="HTTP (Tuscany 1.4)"
+ label="HTTP (Tuscany)"
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"
+ description="Create a new JSONRPC binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/JSONRPCBinding.gif"
- label="JSON-RPC (Tuscany 1.4)"
+ label="JSON-RPC (Tuscany)"
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"
+ description="Create a new Notification binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/NotificationBinding.gif"
- label="Notification (Tuscany 1.4)"
+ label="Notification (Tuscany)"
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"
+ description="Create a new RMI binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/RMIBinding.gif"
- label="RMI (Tuscany 1.4)"
+ label="RMI (Tuscany)"
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"
+ description="Create a new RSS binding (since 1.4)"
iconPath="/org.eclipse.stp.sca.domainmodel.tuscany.edit/icons/full/obj16/RSSBinding.gif"
- label="RSS (Tuscany 1.4)"
+ label="RSS (Tuscany)"
type="org.eclipse.stp.sca.diagram.tuscany.RSSBinding">
</bindingEntry>
</extension>