1 | Manifest-Version: 1.0
|
---|
2 | Bundle-ManifestVersion: 2
|
---|
3 | Bundle-Name: de.ugoe.cs.swe.bnftools.ebnf.tests
|
---|
4 | Bundle-Vendor: My Company
|
---|
5 | Bundle-Version: 1.0.0.qualifier
|
---|
6 | Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf.tests; singleton:=true
|
---|
7 | Bundle-ActivationPolicy: lazy
|
---|
8 | Require-Bundle: de.ugoe.cs.swe.bnftools.ebnf,
|
---|
9 | de.ugoe.cs.swe.bnftools.ebnf.ui,
|
---|
10 | org.eclipse.core.runtime,
|
---|
11 | org.eclipse.xtext.junit4,
|
---|
12 | org.eclipse.ui.workbench;resolution:=optional
|
---|
13 | Import-Package: org.apache.log4j,
|
---|
14 | org.junit;version="4.5.0",
|
---|
15 | org.junit.runner;version="4.5.0",
|
---|
16 | org.junit.runner.manipulation;version="4.5.0",
|
---|
17 | org.junit.runner.notification;version="4.5.0",
|
---|
18 | org.junit.runners;version="4.5.0",
|
---|
19 | org.junit.runners.model;version="4.5.0",
|
---|
20 | org.hamcrest.core
|
---|
21 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
---|
22 | Export-Package: de.ugoe.cs.swe.bnftools
|
---|