Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ba10ab5a6ec3dbff1f491190e956000c52310f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edapt.Common Tests
Bundle-SymbolicName: org.eclipse.emf.edapt.common.tests
Bundle-Version: 1.5.0.qualifier
Fragment-Host: org.eclipse.emf.edapt.common;bundle-version="[1.5.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)"
Export-Package: org.eclipse.emf.edapt.internal.common;version="1.5.0";x-internal:=true
Automatic-Module-Name: org.eclipse.emf.edapt.common.tests

Back to the top