Author: adietish
Date: 2012-01-31 05:06:19 -0500 (Tue, 31 Jan 2012)
New Revision: 38314
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
Log:
[JBIDE-10479] corrected confirmation message and strategy selection when importing to
existing project
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-01-31
09:10:34 UTC (rev 38313)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-01-31
10:06:19 UTC (rev 38314)
@@ -118,9 +118,9 @@
Repository repository = EGitUtils.getRepository(project);
Assert.isTrue(repository != null);
- if (EGitUtils.hasRemote("rhcloud.com", repository)) {
- return;
- }
+// if (EGitUtils.hasRemoteUrl("rhcloud.com", repository)) {
+// return;
+// }
EGitUtils.addRemoteTo(
getRemoteName(),