Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fb480315ba94868b6f1a6c9e0024924ae02bf967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.uml.xtext.integration.validation
Require-Bundle: org.eclipse.uml2.uml;bundle-version="[5.3.0,6.0.0)",
 org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="[2.0.0,3.0.0)"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 2.0.0.qualifier
Bundle-Name: GMF Xtext Integration Validation
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.xtext.integration.validation;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top