Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 7061c13a744e6dd2433b6742c7f87f8d019a6df9 (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.4.200.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: JavaSE-1.8
Automatic-Module-Name: org.eclipse.core.variables

Back to the top