Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1fc4607e1b011798ea4b19f5af243254ef218f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Require-Bundle: org.eclipse.emf.edit.ui;bundle-version="2.4.0",
 org.eclipse.papyrus.core;bundle-version="0.9.0"
Export-Package: org.eclipse.papyrus.tabbedproperties.core,
 org.eclipse.papyrus.tabbedproperties.core.providers
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.tabbedproperties.core.Activator
Bundle-SymbolicName: org.eclipse.papyrus.views.properties.tabbedproperties.core;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top