Author: dennyxu
Date: 2009-12-21 04:36:39 -0500 (Mon, 21 Dec 2009)
New Revision: 19491
Modified:
branches/jbosstools-3.1.0.RC1/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/wizards/pages/JBossESBRuntimeContainerPage.java
Log:
JBIDE-5497: refresh ESb runtime list once manageRuntime dialog is close
Modified:
branches/jbosstools-3.1.0.RC1/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/wizards/pages/JBossESBRuntimeContainerPage.java
===================================================================
---
branches/jbosstools-3.1.0.RC1/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/wizards/pages/JBossESBRuntimeContainerPage.java 2009-12-21
07:59:50 UTC (rev 19490)
+++
branches/jbosstools-3.1.0.RC1/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/wizards/pages/JBossESBRuntimeContainerPage.java 2009-12-21
09:36:39 UTC (rev 19491)
@@ -149,6 +149,9 @@
FilteredPreferenceDialog dialog = WorkbenchPreferenceDialog
.createDialogOn(manageRuntimes.getShell(),
"org.jboss.tools.esb.project.runtime.preference");
dialog.open();
+
+ //refresh runtime tree
+ runtimeViewer.setInput(getAllAvailableESBRuntimes());
}
public boolean finish() {