aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-08-29 11:04:18 -0700
committerTor Norbye <tnorbye@google.com>2012-08-29 11:04:18 -0700
commitfda1e3a0e73621783d62776adeed7dd017fd9646 (patch)
tree1ad033b533425b851b628e8a3f11de6db2765810
parent7a1f21f01650ed6d8bb3a6a53e33b3962c7becba (diff)
downloadsdk-fda1e3a0e73621783d62776adeed7dd017fd9646.zip
sdk-fda1e3a0e73621783d62776adeed7dd017fd9646.tar.gz
sdk-fda1e3a0e73621783d62776adeed7dd017fd9646.tar.bz2
Fix source attachments in the *base plugin
Change-Id: I1d1aa146fad375e06a26c4c60eb203588e7ca542
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.base/.classpath12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/.classpath b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
index 1c1c882..91072d5 100644
--- a/eclipse/plugins/com.android.ide.eclipse.base/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="libs/dvlib.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/common.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/dvlib.jar" sourcepath="/dvlib"/>
+ <classpathentry exported="true" kind="lib" path="libs/common.jar" sourcepath="/common"/>
<classpathentry exported="true" kind="lib" path="libs/commons-codec-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-compress-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-1.1.1.jar"/>
@@ -10,10 +10,10 @@
<classpathentry exported="true" kind="lib" path="libs/httpcore-4.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpmime-4.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/kxml2-2.3.0.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/layoutlib_api.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/sdklib.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/sdkstats.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/ide_common.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/layoutlib_api.jar" sourcepath="/layoutlib_api"/>
+ <classpathentry exported="true" kind="lib" path="libs/sdklib.jar" sourcepath="/SdkLib"/>
+ <classpathentry exported="true" kind="lib" path="libs/sdkstats.jar" sourcepath="SdkStatsService"/>
+ <classpathentry exported="true" kind="lib" path="libs/ide_common.jar" sourcepath="/ide_common"/>
<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"/>