Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bcaac6f9b8ca6e2f9e7301e019dbf16c7a714721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Junit
Bundle-SymbolicName: org.eclipse.emf.eef.tests.nonreg.junit
Bundle-Version: 1.3.0.qualifier
Require-Bundle: org.eclipse.emf.eef.runtime,
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.eef.tests.nonreg.edit,
 org.junit4,
 org.eclipse.emf.eef.modelingbot,
 org.eclipse.emf.eef.tests.nonreg.editor
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top