diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/META-INF/MANIFEST.MF index 6f98c44ec5e..ef729bb85bb 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Ssh Plug-in +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.ssh; singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.eclipse.rse.subsystems.shells.ssh.Activator @@ -11,9 +11,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.rse.connectorservice.ssh, org.eclipse.rse.services.ssh, org.eclipse.rse.ui, - org.eclipse.rse.core, - org.eclipse.rse.subsystems.shells.core, - com.jcraft.jsch + org.eclipse.rse.subsystems.shells.core Eclipse-LazyStart: true Export-Package: org.eclipse.rse.subsystems.shells.ssh Bundle-Vendor: Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/about.html b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/about.html new file mode 100644 index 00000000000..177fd5f1c9b --- /dev/null +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/about.html @@ -0,0 +1,32 @@ + + + + +About + + +

About This Content

+ +

May 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ +

Trademarks

+

SSH is a registered trademark and Secure Shell is a trademark of +SSH Communications Security Corp (http://www.ssh.com)

+ + + diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/build.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/build.properties index 34d2e4d2dad..fb2d817a6ca 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/build.properties @@ -1,4 +1,8 @@ +bin.includes = META-INF/,\ + about.html,\ + icons/,\ + plugin.properties,\ + plugin.xml,\ + . source.. = src/ output.. = bin/ -bin.includes = META-INF/,\ - . diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties index 830f1575168..57e05fa8b7a 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties @@ -9,8 +9,8 @@ # Martin Oberhuber - initial API and implementation ################################################################################ -plugin.name = RSE SSH Shells - +pluginName = RSE SSH Shells +providerName = Eclipse.org SshShellSubsystemName=Shells SshShellSubsystemDescription=This configuration allows you to work with shells and commands on remote systems using the Secure Shell (ssh) protocol. diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml index 45aa5f0861a..891135aafcc 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.xml @@ -21,7 +21,7 @@ Martin Oberhuber - initial API and implementation icon="icons/full/obj16/systemcommands_obj.gif" category="shells" class="org.eclipse.rse.subsystems.shells.ssh.SshShellSubSystemConfiguration" - vendor="Wind River Systems, Inc." + vendor="%providerName" id="ssh.shells">