Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7283ccff8917d9666caa10deee42908bfef1ab5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GMF Xtext Integration Validation (Incubation)
Bundle-SymbolicName: org.eclipse.papyrus.uml.xtext.integration.validation;singleton:=true
Bundle-Version: 0.10.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.0",
 org.eclipse.emf.ecore;bundle-version="2.9.0",
 org.eclipse.emf.validation;bundle-version="1.7.0",
 org.eclipse.uml2.uml;bundle-version="4.1.0",
 org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="0.10.1"
Export-Package: org.eclipse.papyrus.uml.xtext.integration.validation

Back to the top