diff -r 54ffe0e9ef55 ide.kit/test/qa-functional/data/whitelist_2.txt --- a/ide.kit/test/qa-functional/data/whitelist_2.txt Tue Feb 23 22:02:22 2010 -0800 +++ b/ide.kit/test/qa-functional/data/whitelist_2.txt Wed Feb 24 08:58:21 2010 +0100 @@ -3044,9 +3044,6 @@ org.netbeans.modules.j2ee.jpa.verification.JPAProblemFinderFactory org.netbeans.modules.j2ee.persistence.unit.PUDataLoader org.netbeans.modules.j2ee.persistence.unit.PUDataObject -org.netbeans.modules.j2ee.sun.ide.Installer -org.netbeans.modules.j2ee.sun.ide.Installer$PrepareEnvironment -org.netbeans.modules.j2ee.sun.ide.j2ee.ui.DomainCreator org.netbeans.modules.j2ee.websphere6.dd.loaders.WSMultiViewDataObject org.netbeans.modules.j2ee.websphere6.dd.loaders.appbnd.WSAppBndDataLoader org.netbeans.modules.j2ee.websphere6.dd.loaders.appbnd.WSAppBndDataObject diff -r 54ffe0e9ef55 ide.kit/test/qa-functional/data/whitelist_3.txt --- a/ide.kit/test/qa-functional/data/whitelist_3.txt Tue Feb 23 22:02:22 2010 -0800 +++ b/ide.kit/test/qa-functional/data/whitelist_3.txt Wed Feb 24 08:58:21 2010 +0100 @@ -2246,9 +2246,6 @@ org.netbeans.modules.j2ee.ejbjarproject.EjbJarProjectType org.netbeans.modules.j2ee.ejbverification.EJBProblemFinderFactory org.netbeans.modules.j2ee.jpa.verification.JPAProblemFinderFactory -org.netbeans.modules.j2ee.sun.ide.Installer -org.netbeans.modules.j2ee.sun.ide.Installer$PrepareEnvironment -org.netbeans.modules.j2ee.sun.ide.j2ee.ui.DomainCreator org.netbeans.modules.j2me.cdc.platform.platformdefinition.CDCPlatformSourceLevelQueryImpl org.netbeans.modules.java.IndentFileEntry org.netbeans.modules.java.JavaDataLoader diff -r 54ffe0e9ef55 j2ee.sun.appsrv81/manifest.mf --- a/j2ee.sun.appsrv81/manifest.mf Tue Feb 23 22:02:22 2010 -0800 +++ b/j2ee.sun.appsrv81/manifest.mf Wed Feb 24 08:58:21 2010 +0100 @@ -2,7 +2,6 @@ AutoUpdate-Show-In-Client: false OpenIDE-Module-Implementation-Version: 1 OpenIDE-Module-Layer: org/netbeans/modules/j2ee/sun/ide/j2ee/layer.xml -OpenIDE-Module-Install: org/netbeans/modules/j2ee/sun/ide/Installer.class OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/j2ee/sun/ide/j2ee/Bundle.properties OpenIDE-Module: org.netbeans.modules.j2ee.sun.appsrv81/1 OpenIDE-Module-Provides: org.netbeans.modules.serverplugins.javaee diff -r 54ffe0e9ef55 j2ee.sun.appsrv81/src/org/netbeans/modules/j2ee/sun/ide/Installer.java --- a/j2ee.sun.appsrv81/src/org/netbeans/modules/j2ee/sun/ide/Installer.java Tue Feb 23 22:02:22 2010 -0800 +++ b/j2ee.sun.appsrv81/src/org/netbeans/modules/j2ee/sun/ide/Installer.java Wed Feb 24 08:58:21 2010 +0100 @@ -47,14 +47,11 @@ import org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties; import org.netbeans.modules.j2ee.sun.api.ServerLocationManager; import org.netbeans.modules.j2ee.sun.ide.j2ee.ui.DomainCreator; -import org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties; import org.netbeans.modules.j2ee.sun.ide.j2ee.Utils; -import org.openide.modules.ModuleInstall; import org.openide.util.NbBundle; import org.openide.util.NbPreferences; -import org.openide.windows.WindowManager; -public class Installer extends ModuleInstall { +public class Installer { private static DeploymentFactory facadeDF = null; private static DeploymentFactory facadeDFGlassFishV1 = null; @@ -106,10 +103,6 @@ } return facadeDFJavaEEPlusSIP; } - - @Override public void restored() { - //WindowManager.getDefault().invokeWhenUIReady(new PrepareEnvironment()); - } private static class PrepareEnvironment implements Runnable { public void run() {