Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9d58fc9163d4d0b3878e167126d7691d674615d (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui.workbench,
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.1",
 org.eclipse.gmf.runtime.common.core,
 org.eclipse.emf.common,
 org.eclipse.gef,
 org.eclipse.emf.workspace;bundle-version="1.4.0",
 org.eclipse.emf.transaction.ui;bundle-version="1.4.0",
 org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.4.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.emf;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="1.0.1",
 org.eclipse.core.expressions;bundle-version="3.4.500",
 org.eclipse.gmf.runtime.diagram.ui.resources.editor
Export-Package: org.eclipse.papyrus.commands,
 org.eclipse.papyrus.commands.util,
 org.eclipse.papyrus.commands.wrappers
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.commands.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.commands;single
 ton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top