Author: rombert
Date: Thu Oct  2 15:02:31 2014
New Revision: 1628993

URL: http://svn.apache.org/r1628993
Log:
SLING-3996 - New maven project wizard should not allow early finish,
before performing serve operations

SetupServerWizardPage is now by default not complete, which forces the
user to visit it before finishing the wizard.

Modified:
    
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/SetupServerWizardPage.java

Modified: 
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/SetupServerWizardPage.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/SetupServerWizardPage.java?rev=1628993&r1=1628992&r2=1628993&view=diff
==============================================================================
--- 
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/SetupServerWizardPage.java
 (original)
+++ 
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/SetupServerWizardPage.java
 Thu Oct  2 15:02:31 2014
@@ -206,6 +206,8 @@ public class SetupServerWizardPage exten
         installToolingSupportBundle.setSelection(true);
 
         updateEnablements();
+
+        setPageComplete(false);
                
                setControl(container);
        }


Reply via email to