[jbosstools-commits] JBoss Tools SVN: r39260 - branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 2 10:10:11 EST 2012


Author: adietish
Date: 2012-03-02 10:10:11 -0500 (Fri, 02 Mar 2012)
New Revision: 39260

Modified:
   branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java
Log:
[JBIDE-10479] updated dialog text to reflect that only Dynamic Web/Eclipse WTP projects may be selected

Modified: branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java
===================================================================
--- branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java	2012-03-02 15:10:03 UTC (rev 39259)
+++ branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java	2012-03-02 15:10:11 UTC (rev 39260)
@@ -35,7 +35,7 @@
 		super(shell, new ProjectLabelProvider());
 		setTitle("Select Existing Project");
 		setMessage(NLS.bind(
-				"Select an existing project for {0}.\nOnly java projects can be used.",
+				"Select an existing project for {0}.\nOnly Dynamic Web/Eclipse WTP projects can be used.",
 				openShiftAppName));
 		setMultipleSelection(false);
 		setAllowDuplicates(false);



More information about the jbosstools-commits mailing list