Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3151addecad26d958ba06ec1d76bb1daa2079722 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.papyrus.moka.fuml;bundle-version="1.1.0",
 org.eclipse.uml2.uml;bundle-version="5.0.0",
 org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0",
 org.eclipse.ui.workbench,
 org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0"
Export-Package: org.eclipse.papyrus.moka.fuml.assertionlibrary.utils
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Name: Moka Assertion Library (Incubation)
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.moka.fuml.assertionlibrary.Activ
 ator
Bundle-SymbolicName: org.eclipse.papyrus.moka.fuml.assertionlibrary;si
 ngleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top