Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19a302a3ef5facbcc2f9fd29dae65464b6265070 (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.moka.fuml;bundle-version="1.0.1",
 org.eclipse.uml2.uml;bundle-version="5.0.0",
 org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.0.1",
 org.eclipse.papyrus.moka.ui;bundle-version="1.0.1",
 org.eclipse.papyrus.moka.composites;bundle-version="1.0.1",
 org.eclipse.papyrus.moka.async.fuml;bundle-version="1.0.1",
 org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.7.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.1",
 org.eclipse.debug.ui
Export-Package: org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary,
 org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary.proxy,
 org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary.proxy.executions,
 org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary.ui
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Name: Moka Active Object Controller Library (Incubation)
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.moka.fuml.activeobjectcontroller
 library.Activator
Bundle-SymbolicName: org.eclipse.papyrus.moka.fuml.activeobjectcontrol
 lerlibrary;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top