Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 190f0ff29a7e09ab0bf4726d9e8380283916d23a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.sysml.nattable;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.papyrus.infra.nattable.common;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.papyrus.sysml.service.types;bundle-version="[2.0.0,3.0.0)"
Export-Package: org.eclipse.papyrus.sysml.nattable.requirement.config
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Activator: org.eclipse.papyrus.sysml.nattable.requirement.config.Activator
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.sysml.nattable.requirement.config;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top