1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

[refactor] tm.terminal.ssh --> tm.internal.terminal.ssh

This commit is contained in:
Martin Oberhuber 2007-02-08 17:40:54 +00:00
parent db5d48507d
commit 856228b794
12 changed files with 11 additions and 11 deletions

View file

@ -11,4 +11,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui, org.eclipse.ui,
com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)" com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4 Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.tm.terminal.ssh Export-Package: org.eclipse.tm.internal.terminal.ssh;x-internal:=true

View file

@ -14,7 +14,7 @@
<plugin> <plugin>
<extension <extension
point="org.eclipse.tm.terminal.terminalConnector"> point="org.eclipse.tm.terminal.terminalConnector">
<connector class="org.eclipse.tm.terminal.ssh.SshConnector"/> <connector class="org.eclipse.tm.internal.terminal.ssh.SshConnector"/>
</extension> </extension>
</plugin> </plugin>

View file

@ -9,7 +9,7 @@
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - extracted from various team.cvs plugins * Martin Oberhuber (Wind River) - extracted from various team.cvs plugins
*******************************************************************************/ *******************************************************************************/
package org.eclipse.tm.terminal.ssh; package org.eclipse.tm.internal.terminal.ssh;
/** /**

View file

@ -9,7 +9,7 @@
* Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - initial API and implementation
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified * 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; import org.eclipse.tm.terminal.ISettingsStore;

View file

@ -10,7 +10,7 @@
* IBM Corporation - ongoing maintenance * IBM Corporation - ongoing maintenance
* Martin Oberhuber (Wind River) - copied and adapted from team.cvs.ui * 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.Dialog;
import org.eclipse.jface.dialogs.IDialogConstants; import org.eclipse.jface.dialogs.IDialogConstants;

View file

@ -9,7 +9,7 @@
* Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - initial API and implementation
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified * 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.IOException;
import java.io.InputStream; import java.io.InputStream;

View file

@ -9,7 +9,7 @@
* Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - initial API and implementation
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified * 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.InputStream;
import java.io.OutputStream; import java.io.OutputStream;

View file

@ -9,7 +9,7 @@
* Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - initial API and implementation
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified * 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; import org.eclipse.osgi.util.NLS;

View file

@ -9,7 +9,7 @@
* Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - initial API and implementation
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified * 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; import org.eclipse.tm.terminal.ISettingsStore;

View file

@ -9,7 +9,7 @@
* Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - initial API and implementation
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified * 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.SWT;
import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridData;

View file

@ -9,7 +9,7 @@
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - copied from org.eclipse.team.cvs.ui * 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.Dialog;
import org.eclipse.jface.dialogs.IDialogConstants; import org.eclipse.jface.dialogs.IDialogConstants;