[dna-commits] DNA SVN: r1197 - branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/actions.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Sep 9 17:27:02 EDT 2009


Author: elvisisking
Date: 2009-09-09 17:27:02 -0400 (Wed, 09 Sep 2009)
New Revision: 1197

Modified:
   branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/actions/NewServerAction.java
Log:
Changed super class to Action as this action does not care about selection.

Modified: branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/actions/NewServerAction.java
===================================================================
--- branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/actions/NewServerAction.java	2009-09-09 21:25:07 UTC (rev 1196)
+++ branches/eclipse/org.jboss.dna.publish.ui.swt/src/org/jboss/dna/web/jcr/rest/client/swt/actions/NewServerAction.java	2009-09-09 21:27:02 UTC (rev 1197)
@@ -25,9 +25,9 @@
 
 import static org.jboss.dna.web.jcr.rest.client.swt.IUiConstants.DNA_IMAGE_16x;
 import static org.jboss.dna.web.jcr.rest.client.swt.IUiConstants.NEW_SERVER_IMAGE;
+import org.eclipse.jface.action.Action;
 import org.eclipse.jface.wizard.WizardDialog;
 import org.eclipse.swt.widgets.Shell;
-import org.eclipse.ui.actions.BaseSelectionListenerAction;
 import org.jboss.dna.web.jcr.rest.client.ServerManager;
 import org.jboss.dna.web.jcr.rest.client.domain.Server;
 import org.jboss.dna.web.jcr.rest.client.swt.Activator;
@@ -39,7 +39,7 @@
  * 
  * @since 0.6
  */
-public final class NewServerAction extends BaseSelectionListenerAction {
+public final class NewServerAction extends Action {
 
     // ===========================================================================================================================
     // Fields



More information about the dna-commits mailing list