mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
[refactor] tm.terminal.ssh --> tm.internal.terminal.ssh
This commit is contained in:
parent
d19efc76f4
commit
a075b338af
12 changed files with 11 additions and 11 deletions
|
@ -11,4 +11,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.ui,
|
||||
com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)"
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Export-Package: org.eclipse.tm.terminal.ssh
|
||||
Export-Package: org.eclipse.tm.internal.terminal.ssh;x-internal:=true
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<plugin>
|
||||
<extension
|
||||
point="org.eclipse.tm.terminal.terminalConnector">
|
||||
<connector class="org.eclipse.tm.terminal.ssh.SshConnector"/>
|
||||
<connector class="org.eclipse.tm.internal.terminal.ssh.SshConnector"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* IBM Corporation - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - extracted from various team.cvs plugins
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
|
||||
/**
|
|
@ -9,7 +9,7 @@
|
|||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import org.eclipse.tm.terminal.ISettingsStore;
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
* IBM Corporation - ongoing maintenance
|
||||
* Martin Oberhuber (Wind River) - copied and adapted from team.cvs.ui
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import org.eclipse.jface.dialogs.Dialog;
|
||||
import org.eclipse.jface.dialogs.IDialogConstants;
|
|
@ -9,7 +9,7 @@
|
|||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
|
@ -9,7 +9,7 @@
|
|||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
|
@ -9,7 +9,7 @@
|
|||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import org.eclipse.osgi.util.NLS;
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import org.eclipse.tm.terminal.ISettingsStore;
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import org.eclipse.swt.SWT;
|
||||
import org.eclipse.swt.layout.GridData;
|
|
@ -9,7 +9,7 @@
|
|||
* IBM Corporation - initial API and implementation
|
||||
* Martin Oberhuber (Wind River) - copied from org.eclipse.team.cvs.ui
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.ssh;
|
||||
package org.eclipse.tm.internal.terminal.ssh;
|
||||
|
||||
import org.eclipse.jface.dialogs.Dialog;
|
||||
import org.eclipse.jface.dialogs.IDialogConstants;
|
Loading…
Add table
Reference in a new issue