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

Back to the top