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/.classpath | |
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/.classpath')
-rwxr-xr-x | eclipse/plugins/com.android.ide.eclipse.gldebugger/.classpath | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.gldebugger/.classpath b/eclipse/plugins/com.android.ide.eclipse.gldebugger/.classpath index 3a632ee..ab76b33 100755 --- a/eclipse/plugins/com.android.ide.eclipse.gldebugger/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.gldebugger/.classpath @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="test"/> <classpathentry kind="lib" path="libs/host-libprotobuf-java-2.3.0-lite.jar"/> <classpathentry kind="lib" path="libs/liblzf.jar"/> <classpathentry kind="lib" path="libs/sdklib.jar"/> |