Alex Ruiz | 9ad6ef5 | 2011-04-26 21:16:28 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: JUnit support for testing |
| 4 | Bundle-SymbolicName: com.google.eclipse.protobuf.junit |
| 5 | Bundle-Version: 1.0.0.qualifier |
| 6 | Bundle-Vendor: Google |
| 7 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 8 | Require-Bundle: org.junit;bundle-version="4.8.1", |
| 9 | org.junit.source;bundle-version="4.8.1", |
| 10 | com.google.eclipse.protobuf;bundle-version="1.0.0", |
| 11 | org.eclipse.xtext;bundle-version="2.0.0", |
| 12 | org.eclipse.xtext.source;bundle-version="2.0.0", |
| 13 | org.eclipse.xtext.junit;bundle-version="2.0.0", |
| 14 | org.eclipse.xtext.junit.source;bundle-version="2.0.0", |
| 15 | org.eclipse.xtext.junit4;bundle-version="2.0.0", |
| 16 | org.eclipse.xtext.junit4.source;bundle-version="2.0.0", |
| 17 | org.eclipse.xtext.ui.junit;bundle-version="2.0.0", |
| 18 | org.eclipse.xtext.ui.junit.source;bundle-version="2.0.0", |
| 19 | org.eclipse.emf.ecore, |
| 20 | org.eclipse.emf.common, |
| 21 | com.google.inject;bundle-version="2.0.0" |
| 22 | Export-Package: com.google.eclipse.protobuf.junit |