Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a38c5f59df8a27b9c7a7f93bca1430aa3721b872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.profile;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclipse.papyrus.profile.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.uml2.uml.editor,
 org.eclipse.papyrus.extensionpoints.uml2;bundle-version="0.8.0",
 org.eclipse.papyrus.diagram.common;bundle-version="0.8.0",
 org.eclipse.gmf.runtime.diagram.ui.properties;bundle-version="1.1.0",
 org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.profile,
 org.eclipse.papyrus.profile.constraints,
 org.eclipse.papyrus.profile.definition,
 org.eclipse.papyrus.profile.filter,
 org.eclipse.papyrus.profile.preference,
 org.eclipse.papyrus.profile.tree,
 org.eclipse.papyrus.profile.tree.objects,
 org.eclipse.papyrus.profile.ui.actions,
 org.eclipse.papyrus.profile.ui.compositeforview,
 org.eclipse.papyrus.profile.ui.compositesformodel,
 org.eclipse.papyrus.profile.ui.dialogs,
 org.eclipse.papyrus.profile.ui.items,
 org.eclipse.papyrus.profile.ui.listeners,
 org.eclipse.papyrus.profile.ui.panels,
 org.eclipse.papyrus.profile.ui.section,
 org.eclipse.papyrus.profile.ui.views,
 org.eclipse.papyrus.profile.utils,
 org.eclipse.papyrus.profile.wizard
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top