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

Back to the top