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



                                                         
                                 



                                             




                                                                           

                                                                        
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.inventory;singleton:=true
Bundle-Version: 4.0.200.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.gastro.inventory;version="4.0.200",
 org.gastro.inventory.impl;version="4.0.200",
 org.gastro.inventory.util;version="4.0.200"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top