Author: adietish
Date: 2010-11-18 12:12:07 -0500 (Thu, 18 Nov 2010)
New Revision: 26723
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog
Log:
[JBIDE-7628]
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog 2010-11-18 17:11:48
UTC (rev 26722)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog 2010-11-18 17:12:07
UTC (rev 26723)
@@ -1,5 +1,14 @@
2010-11-18 André Dietisheim <adietish(a)redhat.com>
+ * src/org/jboss/tools/deltacloud/core/ICloudManagerListener.java (cloudsChanged):
+ [JBIDE-7628] renamed notification method (to better reflect what it notifies)
+ * src/org/jboss/tools/deltacloud/core/DeltaCloudManager.java (removeCloud):
+ [JBIDE-7628] loadClouds made private -> no explicit loading by clients, clouds should
be loaded if needed
+ (saveClouds):
+ (notifyCloudRename):
+ [JBIDE-7628] added proper throwing (no swallowing any more)
+ * src/org/jboss/tools/deltacloud/core/DeltaCloud.java (DeltaCloud):
+ [JBIDE-7628] cleanup (removed duplicate notification code)
* src/org/jboss/tools/deltacloud/core/client/request/DeltaCloudRequest.java (getUrl):
* src/org/jboss/tools/deltacloud/core/client/request/AbstractDeltaCloudRequest.java
(getUrl):
[JBIDE-7593] need to return URL (not String)
@@ -12,11 +21,11 @@
* src/org/jboss/tools/deltacloud/core/DeltaCloud.java (DeltaCloud):
[JBIDE-7625] store password in the constructor
(editCloud):
- [JBIDE-7625] have to create new client when cloud was edited
+ [JBIDE-7625] have to create new client when cloud was edited
* src/org/jboss/tools/deltacloud/core/DeltaCloudManager.java (removeCloud):
[JBIDE-7625] removed check for pw on identical url any more since we now save the pw
with the name of the cloud
- (loadCloud):
[JBIDE-7627] reinitialize cloud list when loading clouds (otherwise clouds loaded will
simply get added to the existing ones)
+ (loadClouds):
2010-11-17 André Dietisheim <adietish(a)redhat.com>
Show replies by date