Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ae7805cc5beec4cb833c1a9bd3925132ffb7c1a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: org.eclipse.emf.ecp.view.model.edit.test
Bundle-Version: 1.23.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Fragment-Host: org.eclipse.emf.ecp.view.model.edit;bundle-version="[1.23.0,1.24.0)"
Export-Package: org.eclipse.emf.ecp.view.model.edit.test;version="1.23.0";x-internal:=true
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.emf.ecp.view.model.edit.test

Back to the top