Skip to main content
summaryrefslogtreecommitdiffstats
blob: 73b53b2ec8b564843acb22e82e5146cdc3fa5b8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.variables; singleton:=true
Bundle-Version: 3.1.0
Bundle-Activator: org.eclipse.core.variables.VariablesPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.variables;x-internal:=true,
 org.eclipse.core.variables
Require-Bundle: org.eclipse.core.runtime
Eclipse-LazyStart: true

Back to the top