Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e8c167ab339ee6b8daa0b0cf4268cf7beb969256 (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
34
35
36
37
38
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.debug.core;bundle-version="3.7.100",
 org.eclipse.papyrus.infra.core;bundle-version="1.0.1",
 org.eclipse.uml2.uml;bundle-version="4.0.1",
 org.eclipse.emf.transaction;bundle-version="1.8.0",
 org.eclipse.gmf.runtime.notation;bundle-version="1.5.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.6.0",
 org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.1",
 org.eclipse.ui.ide;bundle-version="3.9.0"
Export-Package: org.eclipse.papyrus.moka,
 org.eclipse.papyrus.moka.communication,
 org.eclipse.papyrus.moka.communication.event,
 org.eclipse.papyrus.moka.communication.event.isuspendresume,
 org.eclipse.papyrus.moka.communication.event.iterminate,
 org.eclipse.papyrus.moka.communication.reply,
 org.eclipse.papyrus.moka.communication.reply.istackframe,
 org.eclipse.papyrus.moka.communication.reply.ithread,
 org.eclipse.papyrus.moka.communication.reply.ivalue,
 org.eclipse.papyrus.moka.communication.reply.ivariable,
 org.eclipse.papyrus.moka.communication.request,
 org.eclipse.papyrus.moka.communication.request.isuspendresume,
 org.eclipse.papyrus.moka.communication.request.iterminate,
 org.eclipse.papyrus.moka.debug,
 org.eclipse.papyrus.moka.engine,
 org.eclipse.papyrus.moka.launch
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Name: Moka (Incubation)
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.moka.Activator
Bundle-SymbolicName: org.eclipse.papyrus.moka;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top