Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: c10821e9f7182fd676fd65988a2c74cadf5d902c (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                
                               


                                                            
                                                                     
                           
                                                                       
                             
                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.variables; singleton:=true
Bundle-Version: 3.2.0.qualifier
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;bundle-version="[3.3.0,4.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top