2013-07-15 10:36:54 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.core;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Activator: org.eclipse.internal.remote.core.RemoteCorePlugin
|
|
|
|
Bundle-Vendor: %pluginProvider
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.core.resources,
|
2013-08-21 13:35:26 -04:00
|
|
|
org.eclipse.core.variables
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Export-Package: org.eclipse.internal.remote.core;x-friends:="org.eclipse.remote.ui",
|
|
|
|
org.eclipse.internal.remote.core.messages;x-internal:=true,
|
|
|
|
org.eclipse.internal.remote.core.preferences;x-friends:="org.eclipse.remote.ui",
|
|
|
|
org.eclipse.internal.remote.core.services.local;x-internal:=true,
|
|
|
|
org.eclipse.remote.core,
|
|
|
|
org.eclipse.remote.core.exception
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|