blob: bf5248c3006a084930451f31be33cd7d74a41f92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: gldebugger-tests
Bundle-SymbolicName: com.android.ide.eclipse.gldebugger.tests
Bundle-Version: 22.6.2.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit4;bundle-version="4.5.0";resolution:=optional,
com.android.ide.eclipse.gldebugger,
org.eclipse.swt,
org.junit;bundle-version="4.11.0";resolution:=optional,
com.android.tools.external.libprotobuf-java-lite;bundle-version="2.3.0"
|