16 lines
533 B
Text
16 lines
533 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Android Plugin Tests
|
|
Bundle-SymbolicName: com.android.ide.eclipse.tests
|
|
Bundle-Version: 24.3.3.qualifier
|
|
Bundle-Vendor: The Android Open Source Project
|
|
Fragment-Host: com.android.ide.eclipse.adt;bundle-version="21.0.0"
|
|
Require-Bundle: org.junit
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ClassPath: .,
|
|
libs/kxml2-2.3.0.jar,
|
|
libs/testutils.jar,
|
|
libs/lint-api.jar,
|
|
libs/lint-checks.jar,
|
|
libs/easymock.jar
|
|
Import-Package: com.android.tools.lint.detector.api
|