Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 13389ad6063cbffc4558841c383de73890c69abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Validation rules for UML-RT profile-based models (Incubation)
Bundle-SymbolicName: org.eclipse.papyrusrt.umlrt.core.validation;singleton:=true
Bundle-Version: 0.7.2.qualifier
Bundle-Activator: org.eclipse.papyrusrt.umlrt.core.validation.Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.validation;bundle-version="1.8.0",
 org.eclipse.uml2.uml;bundle-version="5.1.0",
 org.eclipse.papyrus.uml.service.validation;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrusrt.umlrt.core.validation,
 org.eclipse.papyrusrt.umlrt.core.validation.selectors

Back to the top