diff options
author | Siva Velusamy <vsiva@google.com> | 2011-09-06 11:43:16 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2011-09-06 15:02:38 -0700 |
commit | 4c0d03e5555f30129dcc9bd7c644b26978aebaf4 (patch) | |
tree | 53d18c9a97fb5c7f10cea29441a69de5ac6be866 /eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF | |
parent | d0ebbd169d7133858752dab63efd80b65e6237f0 (diff) | |
download | sdk-4c0d03e5555f30129dcc9bd7c644b26978aebaf4.zip sdk-4c0d03e5555f30129dcc9bd7c644b26978aebaf4.tar.gz sdk-4c0d03e5555f30129dcc9bd7c644b26978aebaf4.tar.bz2 |
Move gldebugger tests to separate tests plugin.
Change-Id: I0f1d353c3d5cbd3c21c529472a42d9e8123f909d
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/MANIFEST.MF | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/MANIFEST.MF index 2476c8e..6e6f557 100644 --- a/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/MANIFEST.MF @@ -1,15 +1,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: GLESv2DebuggerClient -Bundle-SymbolicName: GLESv2DebuggerClient; singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Name: GLESv2 Debugger Client +Bundle-SymbolicName: com.android.ide.eclipse.gldebugger;singleton:=true +Bundle-Version: 14.0.0.qualifier Bundle-Activator: com.android.ide.eclipse.gldebugger.Activator Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.junit + org.eclipse.core.runtime Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: libs/host-libprotobuf-java-2.3.0-lite.jar, libs/liblzf.jar, libs/sdklib.jar, . +Bundle-Vendor: The Android Open Source Project +Export-Package: com.android.ide.eclipse.gldebugger;x-friends:="com.android.ide.eclipse.gldebugger.tests" |