aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-08-27 18:32:57 -0700
committerXavier Ducrohet <xav@android.com>2010-08-27 18:32:57 -0700
commitd86340c0a90fdf634165ea5f92ed27e34b95a037 (patch)
treeadb2b016fa4c5005974de859c37a95d55ec33695 /eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath
parent720940737d05ee66db398dc39a738fc84d97d78f (diff)
downloadsdk-d86340c0a90fdf634165ea5f92ed27e34b95a037.zip
sdk-d86340c0a90fdf634165ea5f92ed27e34b95a037.tar.gz
sdk-d86340c0a90fdf634165ea5f92ed27e34b95a037.tar.bz2
Misc fix in HierarchyViewer plugin.
- Add plug-in to the update sites - Remove ddm(ui)lib from the plugin as it accesses the ddms plug-in Change-Id: I524180688443e0a72443a04fc3f00300e8ddc165
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath b/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath
index 90a300d..439f785 100644
--- a/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/.classpath
@@ -4,7 +4,7 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/hierarchyviewerlib.jar" sourcepath="/hierarchyviewerlib"/>
- <classpathentry kind="lib" path="libs/ddmlib.jar" sourcepath="/ddmlib"/>
- <classpathentry kind="lib" path="libs/ddmuilib.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/>
<classpathentry kind="output" path="bin"/>
</classpath>