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);
Show replies by date