Author: adietish
Date: 2012-02-13 03:50:09 -0500 (Mon, 13 Feb 2012)
New Revision: 38646
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/EGitUtils.java
Log:
[JBIDE-10847] clearing app name, cartridge and embedded cartridges when you uncheck
"use existing app"
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/EGitUtils.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/EGitUtils.java 2012-02-13
07:34:47 UTC (rev 38645)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/EGitUtils.java 2012-02-13
08:50:09 UTC (rev 38646)
@@ -645,7 +645,7 @@
* @return
* @throws CoreException
*/
- private static RemoteConfig getRemoteByName(String remote, Repository repository) throws
CoreException {
+ public static RemoteConfig getRemoteByName(String remote, Repository repository) throws
CoreException {
Assert.isLegal(repository != null, "Could not get configuration. No repository
provided.");
List<RemoteConfig> allRemotes = getAllRemoteConfigs(repository);
Show replies by date