Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ea3228a2317132ea814948062f3d5dc1dacbf49e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.validation,
 org.eclipse.uml2.uml
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.1.qualifier
Bundle-Name: UML RealTime Validation (Incubation)
Bundle-Activator: org.eclipse.papyrus.umlrt.validation.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.umlrt.validation;singleton:=t
 rue
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top