Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bfcd7dbe8f06ab955151f1adbb336a0c7dc83ec3 (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
Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.controlmode.profile.Activato
 r
Bundle-SymbolicName: org.eclipse.papyrus.uml.controlmode.profile;singl
 eton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.commands,
 org.eclipse.emf.ecore,
 org.eclipse.equinox.registry,
 org.eclipse.gmf.runtime.common.core,
 org.eclipse.uml2.uml,
 org.eclipse.papyrus.infra.services.controlmode,
 org.eclipse.emf.workspace,
 org.eclipse.papyrus.uml.tools,
 com.google.guava,
 org.eclipse.papyrus.infra.core,
 org.eclipse.papyrus.infra.emf.readonly,
 org.eclipse.papyrus.infra.widgets.toolbox,
 org.eclipse.papyrus.infra.gmfdiag.commands,
 org.eclipse.papyrus.infra.emf,
 org.eclipse.papyrus.infra.core.log,
 org.eclipse.papyrus.infra.services.resourceloading.preferences;bundle-version="0.10.0"

Back to the top