Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5b14a0f53993e96855b1fc37bc938fb919468992 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.papyrus.moka.incubation
Bundle-SymbolicName: org.eclipse.papyrus.moka;singleton:=true
Bundle-Version: 0.11.0
Bundle-Activator: org.eclipse.papyrus.moka.Activator
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="0.10.0",
 org.eclipse.uml2.uml;bundle-version="4.0.1",
 org.eclipse.emf.transaction;bundle-version="1.4.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="0.10.0",
 org.eclipse.papyrus.infra.services.markerlistener;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="0.10.0",
 org.eclipse.ui.ide;bundle-version="3.9.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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: CEA LIST

Back to the top