Author: adietish
Date: 2012-02-09 07:30:16 -0500 (Thu, 09 Feb 2012)
New Revision: 38547
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java
Log:
added INewWizard so that the wizard may be launched from central again
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java 2012-02-09
12:06:19 UTC (rev 38546)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java 2012-02-09
12:30:16 UTC (rev 38547)
@@ -25,6 +25,7 @@
import org.eclipse.jgit.errors.TransportException;
import org.eclipse.osgi.util.NLS;
import org.eclipse.ui.IImportWizard;
+import org.eclipse.ui.INewWizard;
import org.eclipse.ui.IWorkbench;
import org.jboss.tools.common.ui.DelegatingProgressMonitor;
import org.jboss.tools.common.ui.JobUtils;
@@ -42,7 +43,7 @@
* @author Xavier Coulon
*/
public class OpenShiftExpressApplicationWizard extends
- AbstractOpenShiftApplicationWizard<OpenShiftExpressApplicationWizardModel>
implements IImportWizard {
+ AbstractOpenShiftApplicationWizard<OpenShiftExpressApplicationWizardModel>
implements IImportWizard, INewWizard {
public OpenShiftExpressApplicationWizard() {
super();
Show replies by date