Author: bbrodt
Date: 2011-12-15 13:37:34 -0500 (Thu, 15 Dec 2011)
New Revision: 37360
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/ui/wizards/messages.properties
Log:
Fix for
https://issues.jboss.org/browse/JBDS-1909 - label change in plugin.properties and
messages.properties for legacy BPEL project wizard.
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties 2011-12-15 18:23:09
UTC (rev 37359)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties 2011-12-15 18:37:34
UTC (rev 37360)
@@ -22,10 +22,10 @@
BPEL_FACET_CATEGORY_LABEL=BPEL 2.0
BPEL_FACET_TEMPLATE_LABEL=BPEL 2.0 Project
NEW_BPEL_CATEGORY=BPEL 2.0
-NEW_BPEL_PROJECT=BPEL Project
-NEW_BPEL_PROJECT_DESCRIPTION=Create a new BPEL project.
+NEW_BPEL_PROJECT=Legacy BPEL Project (SOA-P v5.1 and earlier)
+NEW_BPEL_PROJECT_DESCRIPTION=Create a new BPEL project (for SOA-P v5.1 and earlier).
# This is provided for backward compatibility with the deprecated jbt.bpel.facet.core
OLD_BPEL_CORE_FACET_LABEL=JBoss BPEL 2.0 Facet (SOA-P v5.1 and earlier)
OLD_BPEL_CORE_FACET_DESCRIPTION=Enables modeling and deployment of BPEL processes to
JBoss SOA-Platform version 5.1 and earlier.
-OLD_BPEL_FACET_TEMPLATE_LABEL=JBoss BPEL 2.0 Project (SOA-P v5.1 and earlier)
+OLD_BPEL_FACET_TEMPLATE_LABEL=JBoss BPEL 2.0 Project (for SOA-P v5.1 and earlier)
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/ui/wizards/messages.properties
===================================================================
---
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/ui/wizards/messages.properties 2011-12-15
18:23:09 UTC (rev 37359)
+++
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/ui/wizards/messages.properties 2011-12-15
18:37:34 UTC (rev 37360)
@@ -1,2 +1,2 @@
-NewProjectWizard_1=New BPEL Project
-NewProjectWizardPage1_1=Create a new BPEL 2.0 project.
+NewProjectWizard_1=New Legacy BPEL Project (SOA-P v5.1 and earlier)
+NewProjectWizardPage1_1=Create a new Legacy BPEL 2.0 project (for SOA-P v5.1 and
earlier).