mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
[cleanup] Make subsystems.terminals.ssh Activator "internal", and get rid of unnecessary subsystems.shells.core dependency
This commit is contained in:
parent
dc7fd4a816
commit
e52d8b9b8e
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.subsystems.terminals.ssh;singleton:=true
|
||||
Bundle-Version: 0.1.0.qualifier
|
||||
Bundle-Activator: org.eclipse.rse.subsystems.terminals.ssh.Activator
|
||||
Bundle-Activator: org.eclipse.rse.internal.subsystems.terminals.ssh.Activator
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
|
||||
|
@ -16,4 +16,5 @@ Eclipse-LazyStart: true
|
|||
Bundle-Vendor: %providerName
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.eclipse.rse.subsystems.terminals.ssh
|
||||
Export-Package: org.eclipse.rse.internal.subsystems.terminals.ssh;x-internal:=true,
|
||||
org.eclipse.rse.subsystems.terminals.ssh
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* Yu-Fen Kuo (MontaVista) - initial API and implementation
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.rse.subsystems.terminals.ssh;
|
||||
package org.eclipse.rse.internal.subsystems.terminals.ssh;
|
||||
|
||||
import org.eclipse.core.runtime.Plugin;
|
||||
import org.osgi.framework.BundleContext;
|
Loading…
Add table
Reference in a new issue