Author: bbrodt
Date: 2011-05-11 15:03:25 -0400 (Wed, 11 May 2011)
New Revision: 31221
Modified:
trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml
trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/plugin.xml
trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.xml
trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/EditMessagePropertyDialog.java
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java
trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/icons/wizban/newprj_bpel_wiz_banner.gif
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml
trunk/bpel/site/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8861
Modified: trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.jboss.tools.bpel.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml 2011-05-11 19:01:56 UTC
(rev 31220)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml 2011-05-11 19:03:25 UTC
(rev 31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.jboss.tools.bpel.tests.feature</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.apache.ode.deploy.model; singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.6.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties 2011-05-11
19:01:56 UTC (rev 31220)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties 2011-05-11
19:03:25 UTC (rev 31221)
@@ -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: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml 2011-05-11
19:03:25 UTC (rev 31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.apache.ode.deploy.model</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.apache.ode.deploy.ui; singleton:=true
-Bundle-Version: 0.6.0.qualifier
+Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.bpel.apache.ode.deploy.ui.Activator
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties 2011-05-11
19:03:25 UTC (rev 31221)
@@ -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: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml 2011-05-11
19:03:25 UTC (rev 31221)
@@ -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: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml 2011-05-11 19:01:56
UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml 2011-05-11 19:03:25
UTC (rev 31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.apache.ode.deploy.ui</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java 2011-05-11
19:01:56 UTC (rev 31220)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java 2011-05-11
19:03:25 UTC (rev 31221)
@@ -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: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.apache.ode.runtime;singleton:=true
-Bundle-Version: 0.6.0.qualifier
+Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/plugin.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/plugin.xml 2011-05-11 19:01:56
UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.runtime/plugin.xml 2011-05-11 19:03:25
UTC (rev 31221)
@@ -10,7 +10,7 @@
version="1.0"
class="org.eclipse.jst.server.generic.core.internal.GenericServerRuntime">
<moduleType
- types="jbt.bpel.module"
+ types="bpel.module"
versions="1.1, 2.0"/>
</runtimeType>
</extension>
@@ -42,8 +42,9 @@
id="org.eclipse.jst.server.generic.image"
icon="icons/obj16/ode.gif"
typeIds="org.eclipse.bpel.apache.ode.runtime.st"/>
- </extension>
-
+ </extension>
+
+
<extension
point="org.eclipse.jst.server.generic.core.genericpublisher">
<genericpublisher
class="org.eclipse.bpel.apache.ode.runtime.OdeBPELPublisher"
@@ -71,7 +72,7 @@
id="org.eclipse.bpel.apache.ode.runtime.rt"
version="2.0"/>
<facet
- id="jbt.bpel.facet.core"
+ id="bpel.facet.core"
version="2.0"/>
</supported>
</extension>
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.common.model; singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.6.0.qualifier
Bundle-Activator: org.eclipse.bpel.common.extension.model.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.common.model</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF 2011-05-11 19:01:56
UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF 2011-05-11 19:03:25
UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.common.ui; singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.6.0.qualifier
Bundle-Activator: org.eclipse.bpel.common.ui.CommonUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.common.ui</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF 2011-05-11 19:01:56 UTC
(rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF 2011-05-11 19:03:25 UTC
(rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.model; singleton:=true
-Bundle-Version: 0.6.0.qualifier
+Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.bpel.model.BPELPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml 2011-05-11 19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml 2011-05-11 19:03:25 UTC (rev 31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.model</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2011-05-11 19:01:56 UTC
(rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2011-05-11 19:03:25 UTC
(rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.ui; singleton:=true
-Bundle-Version: 0.6.0.qualifier
+Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.bpel.ui.BPELUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties 2011-05-11 19:03:25 UTC (rev
31221)
@@ -50,11 +50,11 @@
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...
# ====================================================================
-
+
pluginName = BPEL Editor (Incubation)
providerName = JBoss by Red Hat
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.xml 2011-05-11 19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.xml 2011-05-11 19:03:25 UTC (rev 31221)
@@ -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>
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml 2011-05-11 19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml 2011-05-11 19:03:25 UTC (rev 31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.ui</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/EditMessagePropertyDialog.java
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/EditMessagePropertyDialog.java 2011-05-11
19:01:56 UTC (rev 31220)
+++
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/EditMessagePropertyDialog.java 2011-05-11
19:03:25 UTC (rev 31221)
@@ -653,7 +653,7 @@
//
https://issues.jboss.org/browse/JBIDE-8075
// create the artifacts resource if it doesn't already exist
- if (!targetFile.exists()) {
+ if (targetFile!=null && !targetFile.exists()) {
// add the import if not already being imported by this process
AddImportCommand cmd = new AddImportCommand(bpelEditor.getProcess(), definition,
null);
if (cmd.canDoExecute() && cmd.wouldCreateDuplicateImport() == false) {
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java 2011-05-11
19:01:56 UTC (rev 31220)
+++
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java 2011-05-11
19:03:25 UTC (rev 31221)
@@ -84,7 +84,7 @@
.getFactoryFor(bpelPackage.getValidate())));
palette.add(basicActionsCategory);
- PaletteCategory controlCategory = new PaletteCategory("Control2");
//$NON-NLS-1$
+ PaletteCategory controlCategory = new PaletteCategory("Controls");
//$NON-NLS-1$
controlCategory.setOrder(20);
controlCategory.setCategoryId("bpel.control");
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF 2011-05-11 19:01:56
UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF 2011-05-11 19:03:25
UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.validator;singleton:=true
-Bundle-Version: 0.6.0.qualifier
+Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.bpel.validator.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.validator</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.wsil.model; singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.6.0.qualifier
Bundle-ClassPath: wsli-model.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Modified: trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.wsil.model</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF 2011-05-11 19:01:56
UTC (rev 31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF 2011-05-11 19:03:25
UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.xpath10
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.6.0.qualifier
Bundle-Localization: plugin
Bundle-ClassPath: .,
lib/antlr-runtime-3.0.1.jar
Modified: trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.eclipse.bpel.xpath10</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.bpel.cheatsheet;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.jboss.tools.bpel.cheatsheet.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml 2011-05-11 19:01:56 UTC
(rev 31220)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml 2011-05-11 19:03:25 UTC
(rev 31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.jboss.tools.bpel.cheatsheet</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF 2011-05-11
19:01:56 UTC (rev 31220)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF 2011-05-11
19:03:25 UTC (rev 31221)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.bpel.runtimes;singleton:=true
-Bundle-Version: 0.4.0.qualifier
+Bundle-Version: 0.5.0.qualifier
Bundle-Activator: org.jboss.tools.bpel.runtimes.RuntimesPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/icons/wizban/newprj_bpel_wiz_banner.gif
===================================================================
(Binary files differ)
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties 2011-05-11 19:01:56
UTC (rev 31220)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties 2011-05-11 19:03:25
UTC (rev 31221)
@@ -12,8 +12,10 @@
pluginName = Eclipse BPEL Designer Runtimes
providerName = JBoss by Red Hat
-MODULE_TYPE_NAME=BPEL 2.0 Process
-MODULE_TYPE_DESCRIPTION=Module representing a BPEL process
+OLD_MODULE_TYPE_NAME=JBoss BPEL 2.0 Process (SOA-P v5.1 and earlier)
+OLD_MODULE_TYPE_DESCRIPTION=Module representing a JBoss BPEL process for SOA-Platform
version 5.1 and earlier.
+NEW_MODULE_TYPE_NAME=BPEL 2.0 Process
+NEW_MODULE_TYPE_DESCRIPTION=Module representing a BPEL process
BPEL_CORE_FACET_LABEL=BPEL 2.0 Facet
BPEL_CORE_FACET_DESCRIPTION=Enables modeling and deployment of BPEL processes.
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml 2011-05-11 19:01:56 UTC
(rev 31220)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml 2011-05-11 19:03:25 UTC
(rev 31221)
@@ -47,7 +47,8 @@
<extension point="org.eclipse.wst.server.core.moduleTypes">
<moduleType
id="jbt.bpel.module"
- name="%MODULE_TYPE_NAME">
+ name="%OLD_MODULE_TYPE_NAME"
+ description="%OLD_MODULE_TYPE_DESCRIPTION">
</moduleType>
</extension>
@@ -57,10 +58,29 @@
<extension point="org.eclipse.wst.server.ui.serverImages">
<image
id="org.jboss.tools.bpel.runtimes.jbt.bpel.module"
- typeIds="jbt.bpel.module"
+ typeIds="jbt.bpel.module,bpel.module"
icon="icons/obj16/bpelfacet.gif"/>
</extension>
+
+ <extension point="org.eclipse.wst.server.core.moduleTypes">
+ <moduleType
+ id="bpel.module"
+ name="%NEW_MODULE_TYPE_NAME"
+ description="%NEW_MODULE_TYPE_DESCRIPTION">
+ </moduleType>
+ </extension>
+
+<!-- The following is needed to make icons for deployable modules occur in -->
+<!-- the Add and Remove Projects wizard -->
+
+ <extension point="org.eclipse.wst.server.ui.serverImages">
+ <image
+ id="org.jboss.tools.bpel.runtimes.bpel.module"
+ typeIds="bpel.module"
+ icon="icons/obj16/bpelfacet.gif"/>
+ </extension>
+
<!--=========================================================================-->
<!-- BPEL Facet -->
<!--=========================================================================-->
@@ -185,7 +205,7 @@
id="org.jboss.tools.bpel.runtimes.module.moduleFactory">
<moduleType
versions="1.1, 2.0"
- types="jbt.bpel.module">
+ types="jbt.bpel.module,bpel.module">
</moduleType>
</moduleFactory>
</extension>
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml 2011-05-11 19:01:56 UTC (rev
31220)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml 2011-05-11 19:03:25 UTC (rev
31221)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.jboss.tools.bpel.runtimes</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/bpel/site/pom.xml
===================================================================
--- trunk/bpel/site/pom.xml 2011-05-11 19:01:56 UTC (rev 31220)
+++ trunk/bpel/site/pom.xml 2011-05-11 19:03:25 UTC (rev 31221)
@@ -9,6 +9,6 @@
<groupId>org.jboss.tools.bpel</groupId>
<artifactId>org.jboss.tools.bpel.site</artifactId>
<name>org.jboss.tools.bpel.site</name>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
\ No newline at end of file