Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 929a72fbeb5e88fb9e7bceaf8a37b77c08cd365a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.papyrus.uml.expressions.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.uml2.uml;bundle-version="[5.2.0,6.0.0)",
 org.eclipse.papyrus.infra.emf.expressions;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.papyrus.uml.expressions;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.papyrus.editor.integration.tests;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.papyrus.junit.utils;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.papyrus.junit.framework;bundle-version="[1.2.0,2.0.0)",
 org.junit;bundle-version="[4.12.0,5.0.0)"
Export-Package: org.eclipse.papyrus.uml.expressions.tests
Bundle-Description: Tests for the UML Expressions Framework.

Back to the top