Author: bbrodt
Date: 2011-04-28 12:40:30 -0400 (Thu, 28 Apr 2011)
New Revision: 30917
Modified:
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.properties
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.xml
Log:
https://issues.jboss.org/browse/JBIDE-8732
Added a new action group to Project Explorer popup menu. Also made some cosmetic label
changes.
Modified:
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties
===================================================================
---
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties 2011-04-28
16:15:12 UTC (rev 30916)
+++
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties 2011-04-28
16:40:30 UTC (rev 30917)
@@ -26,5 +26,5 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = ODE Deploy Descriptor EMF Model
+pluginName =BPEL Deployment Descriptor EMF Model
providerName = JBoss by Red Hat
Modified:
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
===================================================================
---
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties 2011-04-28
16:15:12 UTC (rev 30916)
+++
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties 2011-04-28
16:40:30 UTC (rev 30917)
@@ -26,5 +26,5 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = ODE Deploy Descriptor UI Plug-in
+pluginName = BPEL Deployment Descriptor UI Plug-in
providerName = JBoss by Red Hat
Modified:
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml
===================================================================
---
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml 2011-04-28
16:15:12 UTC (rev 30916)
+++
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml 2011-04-28
16:40:30 UTC (rev 30917)
@@ -10,7 +10,7 @@
filenames="bpel-deploy.xml,deploy.xml"
icon="icons/obj16/ode.gif"
id="org.eclipse.bpel.apache.ode.deploy.ui.editors.ODEDeployMultiPageEditor"
- name="ODE Deployment Descriptor Editor">
+ name="BPEL Deployment Descriptor Editor">
<contentTypeBinding
contentTypeId="org.eclipse.bpel.apache.ode.deploy.ui.content-type">
</contentTypeBinding>
@@ -20,7 +20,7 @@
<extension
point="org.eclipse.ui.newWizards">
<wizard
- name="Apache ODE Deployment Descriptor"
+ name="BPEL Deployment Descriptor"
icon="icons/obj16/ode.gif"
category="org.eclipse.bpel.wizards"
class="org.eclipse.bpel.apache.ode.deploy.ui.wizards.NewODEDeployWizard"
@@ -34,7 +34,7 @@
default-charset="UTF-8"
file-names="deploy.xml,bpel-deploy.xml"
id="org.eclipse.bpel.apache.ode.deploy.ui.content-type"
- name="ODE BPEL Deployment Descriptor"
+ name="BPEL Deployment Descriptor"
priority="normal">
</content-type>
</extension>
@@ -44,7 +44,7 @@
adaptable="true"
icon="icons/obj16/ode.gif"
id="org.eclipse.bpel.apache.ode.deploy.ui.icondecorator"
- label="ODE DD Resource Decorator"
+ label="BPEL Deployment Descriptor Resource Decorator"
lightweight="true"
location="TOP_LEFT"
state="true">
Modified:
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java
===================================================================
---
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java 2011-04-28
16:15:12 UTC (rev 30916)
+++
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java 2011-04-28
16:40:30 UTC (rev 30917)
@@ -43,8 +43,8 @@
*/
public ODEDeployWizardPage(ISelection selection) {
super("ODEDeployDescriptorWizardPage");
- setTitle("Apache ODE Deployment Descriptor");
- setDescription("This wizard creates a new Apache ODE descriptor file (deploy.xml).
Note that the file name cannot be changed.");
+ setTitle("BPEL Deployment Descriptor");
+ setDescription("This wizard creates a new BPEL deployment descriptor file
(deploy.xml). Note that the file name cannot be changed.");
this.selection = selection;
}
Modified: branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.properties
===================================================================
---
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.properties 2011-04-28
16:15:12 UTC (rev 30916)
+++
branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.properties 2011-04-28
16:40:30 UTC (rev 30917)
@@ -50,7 +50,7 @@
COMPONENT_DESCRIPTION=Business Process
NEW_BPEL_CATEGORY=BPEL 2.0
-NEW_BPEL_FILE=New BPEL Process File
+NEW_BPEL_FILE=BPEL Process File
EXPORT_AS_IMAGE_TOOLTIP=Export BPEL as image...
EXPORT_AS_IMAGE_LABEL=Export as Image...
Modified: branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.xml 2011-04-28
16:15:12 UTC (rev 30916)
+++ branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/plugin.xml 2011-04-28
16:40:30 UTC (rev 30917)
@@ -711,4 +711,29 @@
name="BPEL">
</perspective>
</extension>
+
+ <extension point="org.eclipse.ui.navigator.navigatorContent">
+ <commonWizard type="new"
wizardId="org.jboss.tools.bpel.runtimes.wizards.newBPELProject"
menuGroupId="org.eclipse.bpel.new.menuGroup">
+ <enablement>
+ <with variable="activeWorkbenchWindow.activePerspective">
+ <equals value="org.eclipse.bpel.ui.perspective"/>
+ </with>
+ </enablement>
+ </commonWizard>
+ <commonWizard type="new" wizardId="org.eclipse.bpel.ui.newFile"
menuGroupId="org.eclipse.bpel.new.menuGroup">
+ <enablement>
+ <with variable="activeWorkbenchWindow.activePerspective">
+ <equals value="org.eclipse.bpel.ui.perspective"/>
+ </with>
+ </enablement>
+ </commonWizard>
+ <commonWizard type="new"
wizardId="org.eclipse.bpel.apache.ode.deploy.ui.wizards.NewODEDeployWizard"
menuGroupId="org.eclipse.bpel.new.menuGroup">
+ <enablement>
+ <with variable="activeWorkbenchWindow.activePerspective">
+ <equals value="org.eclipse.bpel.ui.perspective"/>
+ </with>
+ </enablement>
+ </commonWizard>
+ </extension>
+
</plugin>