diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.gldebugger.tests')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.classpath | 2 | ||||
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.project | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.classpath b/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.classpath index c594e06..b3968a7 100644 --- a/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.classpath @@ -3,6 +3,6 @@ <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.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="lib" path="/gldebugger-plugin/libs/host-libprotobuf-java-2.3.0-lite.jar"/> + <classpathentry kind="lib" path="/plugin-gldebugger/libs/host-libprotobuf-java-2.3.0-lite.jar"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.project b/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.project index 7582b74..ef19c36 100644 --- a/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.project +++ b/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>gldebugger-tests</name> + <name>plugin-gldebugger-tests</name> <comment></comment> <projects> </projects> |