source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.tests/META-INF/MANIFEST.MF

Last change on this file was 61, checked in by hkaulbersch, 10 years ago

initial commit

  • Property svn:mime-type set to text/plain
File size: 836 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: de.ugoe.cs.swe.bnftools.ebnf.tests
4Bundle-Vendor: My Company
5Bundle-Version: 1.0.0.qualifier
6Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf.tests; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-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
13Import-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
21Bundle-RequiredExecutionEnvironment: J2SE-1.5
22Export-Package: de.ugoe.cs.swe.bnftools
Note: See TracBrowser for help on using the repository browser.