JBoss Tools SVN: r17270 - trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2009-08-26 05:08:22 -0400 (Wed, 26 Aug 2009)
New Revision: 17270
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java
Log:
JBIDE-4825: Replace "Apache ODE " from all labels in BPEL plugin code with "JBoss BPEL "
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 2009-08-26 08:57:59 UTC (rev 17269)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/src/org/eclipse/bpel/apache/ode/deploy/ui/wizards/ODEDeployWizardPage.java 2009-08-26 09:08:22 UTC (rev 17270)
@@ -40,8 +40,8 @@
*/
public ODEDeployWizardPage(ISelection selection) {
super("ODEDeployDescriptorWizardPage");
- setTitle("Apache ODE Deployment Descriptor");
- setDescription("This wizard creates a new Apache ODE deployment descriptor file (deploy.xml). Note that the file name cannot be changed.");
+ setTitle("JBoss BPEL Deployment Descriptor");
+ setDescription("This wizard creates a new JBoss BPEL descriptor file (bpel-deploy.xml). Note that the file name cannot be changed.");
this.selection = selection;
}
@@ -77,7 +77,7 @@
label.setText("&File name:");
fileText = new Text(container, SWT.BORDER | SWT.SINGLE);
- fileText.setText("deploy.xml");
+ fileText.setText("bpel-deploy.xml");
fileText.setEditable(false);
gd = new GridData(GridData.FILL_HORIZONTAL);
fileText.setLayoutData(gd);
16 years, 4 months
JBoss Tools SVN: r17269 - trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2009-08-26 04:57:59 -0400 (Wed, 26 Aug 2009)
New Revision: 17269
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml
Log:
JBIDE-4825: Replace "Apache ODE " from all labels in BPEL plugin code with "JBoss BPEL "
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 2009-08-26 02:30:31 UTC (rev 17268)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.xml 2009-08-26 08:57:59 UTC (rev 17269)
@@ -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="JBoss BPEL 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="JBoss 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="JBoss 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="JBoss BPEL DD Resource Decorator"
lightweight="true"
location="TOP_LEFT"
state="true">
16 years, 4 months
JBoss Tools SVN: r17268 - trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 22:30:31 -0400 (Tue, 25 Aug 2009)
New Revision: 17268
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
Log:
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2009-08-26 02:29:58 UTC (rev 17267)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2009-08-26 02:30:31 UTC (rev 17268)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.jbpm.common.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %BundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit,
16 years, 4 months
JBoss Tools SVN: r17267 - trunk/jbpm/features/org.jboss.tools.jbpm.common.feature.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 22:29:58 -0400 (Tue, 25 Aug 2009)
New Revision: 17267
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
Log:
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml 2009-08-26 02:29:30 UTC (rev 17266)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml 2009-08-26 02:29:58 UTC (rev 17267)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jbpm.common.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.1.0.qualifier"
provider-name="%featureProvider">
<description>
16 years, 4 months
JBoss Tools SVN: r17266 - trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 22:29:30 -0400 (Tue, 25 Aug 2009)
New Revision: 17266
Modified:
trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
Log:
update version number to 1.1.0
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-08-26 02:27:53 UTC (rev 17265)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-08-26 02:29:30 UTC (rev 17266)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Common Tools for jBPM 3 and jBPM 4
Bundle-SymbolicName: org.jboss.tools.jbpm.common;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.jface;bundle-version="3.4.2",
16 years, 4 months
JBoss Tools SVN: r17265 - trunk/flow/tests/org.jboss.tools.flow.common.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 22:27:53 -0400 (Tue, 25 Aug 2009)
New Revision: 17265
Modified:
trunk/flow/tests/org.jboss.tools.flow.common.test/META-INF/MANIFEST.MF
Log:
update version number to 1.1.0
Modified: trunk/flow/tests/org.jboss.tools.flow.common.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/flow/tests/org.jboss.tools.flow.common.test/META-INF/MANIFEST.MF 2009-08-26 02:27:05 UTC (rev 17264)
+++ trunk/flow/tests/org.jboss.tools.flow.common.test/META-INF/MANIFEST.MF 2009-08-26 02:27:53 UTC (rev 17265)
@@ -2,6 +2,6 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.flow.common.test
-Bundle-Version: 1.0.0
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %pluginProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
16 years, 4 months
JBoss Tools SVN: r17264 - trunk/flow/features/org.jboss.tools.flow.common.feature.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 22:27:05 -0400 (Tue, 25 Aug 2009)
New Revision: 17264
Modified:
trunk/flow/features/org.jboss.tools.flow.common.feature/feature.xml
Log:
Modified: trunk/flow/features/org.jboss.tools.flow.common.feature/feature.xml
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.feature/feature.xml 2009-08-26 02:26:26 UTC (rev 17263)
+++ trunk/flow/features/org.jboss.tools.flow.common.feature/feature.xml 2009-08-26 02:27:05 UTC (rev 17264)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.flow.common.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.1.0.qualifier"
provider-name="%featureProvider">
<description>
16 years, 4 months
JBoss Tools SVN: r17263 - trunk/flow/plugins/org.jboss.tools.flow.common/META-INF.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 22:26:26 -0400 (Tue, 25 Aug 2009)
New Revision: 17263
Modified:
trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF
Log:
update version number to 1.1.0
Modified: trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF
===================================================================
--- trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF 2009-08-26 01:11:10 UTC (rev 17262)
+++ trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF 2009-08-26 02:26:26 UTC (rev 17263)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.flow.common;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.jboss.tools.flow.common.Activator
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle:
16 years, 4 months
JBoss Tools SVN: r17262 - trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 21:11:10 -0400 (Tue, 25 Aug 2009)
New Revision: 17262
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml
Log:
update version number to 4.1.0
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml 2009-08-26 01:10:52 UTC (rev 17261)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml 2009-08-26 01:11:10 UTC (rev 17262)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jbpm4.tests.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="4.1.0.qualifier"
provider-name="%featureProvider">
<description>
16 years, 4 months
JBoss Tools SVN: r17261 - trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-25 21:10:52 -0400 (Tue, 25 Aug 2009)
New Revision: 17261
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml
Log:
update version number to 4.1.0
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml 2009-08-26 00:09:46 UTC (rev 17260)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml 2009-08-26 01:10:52 UTC (rev 17261)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jbpm4.sdk.feature"
label="%featureName"
- version="4.0.0.qualifier"
+ version="4.1.0.qualifier"
provider-name="%featureProvider">
<description>
16 years, 4 months