Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e442ed06f0b943ff323c4c76a5fdb813a95b7b61 (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.gmf.runtime.diagram.ui;bundle-version="1.5.0",
 org.eclipse.papyrus.uml.diagram.common;bundle-version="0.10.2",
 org.eclipse.papyrus.robotml;bundle-version="0.10.2",
 org.eclipse.uml2.uml,
 org.eclipse.papyrus.uml.tools;bundle-version="0.10.2",
 org.eclipse.emf.ecore,
 org.eclipse.papyrus.infra.core;bundle-version="0.10.2"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.2.qualifier
Bundle-Name: %Bundle-Name
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.robotml.validation.Activator
Bundle-SymbolicName: org.eclipse.papyrus.robotml.validation;singleton:
 =true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top