Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 68120 invoked from network); 20 Feb 2007 17:50:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 17:50:54 -0000 Received: (qmail 16169 invoked by uid 500); 20 Feb 2007 17:51:02 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 16139 invoked by uid 500); 20 Feb 2007 17:51:02 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 16128 invoked by uid 99); 20 Feb 2007 17:51:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 09:51:02 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 09:50:53 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 7E5C11A981A; Tue, 20 Feb 2007 09:50:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r509686 - in /geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins: org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/ org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/commands/ org.apache.geronimo.st.ui/src/org/apac... Date: Tue, 20 Feb 2007 17:50:31 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070220175032.7E5C11A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sppatel Date: Tue Feb 20 09:50:29 2007 New Revision: 509686 URL: http://svn.apache.org/viewvc?view=rev&rev=509686 Log: clean up - reorg imports Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/Activator.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/GeronimoRuntimeDelegate.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/commands/DeployCommand.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/internal/GeronimoRuntimeSourceWizardFragment.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/sections/ServerEditorStartupSection.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/wizards/AbstractTableWizard.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v1.core/src/org/apache/geronimo/st/v1/core/GeronimoServerBehaviour.java geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.core/src/org/apache/geronimo/st/v11/core/GeronimoServerBehaviour.java Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/Activator.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/Activator.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/Activator.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/Activator.java Tue Feb 20 09:50:29 2007 @@ -20,7 +20,6 @@ import org.eclipse.core.runtime.Status; import org.eclipse.wst.server.core.IServer; import org.eclipse.wst.server.core.ServerCore; -import org.eclipse.wst.server.core.ServerUtil; import org.osgi.framework.BundleContext; /** Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/GeronimoRuntimeDelegate.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/GeronimoRuntimeDelegate.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/GeronimoRuntimeDelegate.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/GeronimoRuntimeDelegate.java Tue Feb 20 09:50:29 2007 @@ -36,8 +36,6 @@ import org.eclipse.osgi.util.NLS; import org.eclipse.wst.server.core.model.RuntimeDelegate; -import sun.security.action.GetLongAction; - /** * @version $Rev$ $Date$ */ Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/commands/DeployCommand.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/commands/DeployCommand.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/commands/DeployCommand.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.core/src/org/apache/geronimo/st/core/commands/DeployCommand.java Tue Feb 20 09:50:29 2007 @@ -17,19 +17,11 @@ package org.apache.geronimo.st.core.commands; import java.io.File; -import java.io.IOException; -import org.apache.geronimo.st.core.Activator; import org.apache.geronimo.st.core.DeploymentUtils; import org.apache.geronimo.st.core.IGeronimoServer; import org.apache.geronimo.st.core.internal.Trace; -import org.eclipse.core.resources.IContainer; import org.eclipse.core.runtime.IPath; -import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable; -import org.eclipse.wst.common.componentcore.ComponentCore; -import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent; -import org.eclipse.wst.common.componentcore.resources.IVirtualComponent; -import org.eclipse.wst.common.componentcore.resources.IVirtualReference; import org.eclipse.wst.server.core.IModule; import org.eclipse.wst.server.core.IServer; Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/internal/GeronimoRuntimeSourceWizardFragment.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/internal/GeronimoRuntimeSourceWizardFragment.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/internal/GeronimoRuntimeSourceWizardFragment.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/internal/GeronimoRuntimeSourceWizardFragment.java Tue Feb 20 09:50:29 2007 @@ -20,7 +20,6 @@ import org.apache.geronimo.st.ui.Activator; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.NullProgressMonitor; -import org.eclipse.core.runtime.Path; import org.eclipse.swt.SWT; import org.eclipse.swt.events.ModifyEvent; import org.eclipse.swt.events.ModifyListener; @@ -30,7 +29,6 @@ import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.DirectoryDialog; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Text; Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/sections/ServerEditorStartupSection.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/sections/ServerEditorStartupSection.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/sections/ServerEditorStartupSection.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/sections/ServerEditorStartupSection.java Tue Feb 20 09:50:29 2007 @@ -17,9 +17,7 @@ package org.apache.geronimo.st.ui.sections; import org.apache.geronimo.st.core.IGeronimoServer; -import org.apache.geronimo.st.ui.commands.SetPasswordCommand; import org.apache.geronimo.st.ui.commands.SetServerInstancePropertyCommand; -import org.apache.geronimo.st.ui.commands.SetUsernameCommand; import org.apache.geronimo.st.ui.internal.Messages; import org.eclipse.core.runtime.NullProgressMonitor; import org.eclipse.swt.SWT; Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/wizards/AbstractTableWizard.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/wizards/AbstractTableWizard.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/wizards/AbstractTableWizard.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.ui/src/org/apache/geronimo/st/ui/wizards/AbstractTableWizard.java Tue Feb 20 09:50:29 2007 @@ -17,7 +17,6 @@ package org.apache.geronimo.st.ui.wizards; import org.apache.geronimo.st.ui.Activator; -import org.apache.geronimo.st.ui.internal.Trace; import org.apache.geronimo.st.ui.sections.AbstractTableSection; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EAttribute; Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v1.core/src/org/apache/geronimo/st/v1/core/GeronimoServerBehaviour.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v1.core/src/org/apache/geronimo/st/v1/core/GeronimoServerBehaviour.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v1.core/src/org/apache/geronimo/st/v1/core/GeronimoServerBehaviour.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v1.core/src/org/apache/geronimo/st/v1/core/GeronimoServerBehaviour.java Tue Feb 20 09:50:29 2007 @@ -33,7 +33,6 @@ import org.apache.geronimo.kernel.config.Configuration; import org.apache.geronimo.kernel.config.PersistentConfigurationList; import org.apache.geronimo.kernel.jmx.KernelDelegate; -import org.apache.geronimo.st.core.GeronimoConnectionFactory; import org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate; import org.apache.geronimo.st.v1.core.internal.Trace; import org.eclipse.core.runtime.IPath; Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.core/src/org/apache/geronimo/st/v11/core/GeronimoServerBehaviour.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.core/src/org/apache/geronimo/st/v11/core/GeronimoServerBehaviour.java?view=diff&rev=509686&r1=509685&r2=509686 ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.core/src/org/apache/geronimo/st/v11/core/GeronimoServerBehaviour.java (original) +++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.core/src/org/apache/geronimo/st/v11/core/GeronimoServerBehaviour.java Tue Feb 20 09:50:29 2007 @@ -33,7 +33,6 @@ import org.apache.geronimo.kernel.config.PersistentConfigurationList; import org.apache.geronimo.kernel.repository.Artifact; import org.apache.geronimo.st.core.Activator; -import org.apache.geronimo.st.core.GeronimoConnectionFactory; import org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate; import org.apache.geronimo.st.v11.core.internal.Trace; import org.apache.geronimo.system.jmx.KernelDelegate;