Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4092127622b90eaa345aadf23ab4e349b462c21b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.1",
 org.eclipse.papyrus.robotml;bundle-version="0.10.1",
 org.eclipse.uml2.uml
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.1.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