[jbosstools-commits] JBoss Tools SVN: r40707 - branches/jbosstools-3.3.0.Beta3/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
Wed May 2 05:28:11 EDT 2012


Author: rob.stryker at jboss.com
Date: 2012-05-02 05:28:10 -0400 (Wed, 02 May 2012)
New Revision: 40707

Modified:
   branches/jbosstools-3.3.0.Beta3/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java
Log:
JBIDE-11722 - tiny patch for using existing project

Modified: branches/jbosstools-3.3.0.Beta3/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java
===================================================================
--- branches/jbosstools-3.3.0.Beta3/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java	2012-05-02 08:22:58 UTC (rev 40706)
+++ branches/jbosstools-3.3.0.Beta3/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java	2012-05-02 09:28:10 UTC (rev 40707)
@@ -144,6 +144,7 @@
 				, getRemoteName()
 				, getUser())
 				.execute(monitor);
+		addSettingsFiles(importedProjects);
 		createServerAdapter(monitor, importedProjects);
 	}
 



More information about the jbosstools-commits mailing list