From 29d2a8ded53458a042359d0970aed8ddf76398e2 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet <> Date: Wed, 8 Apr 2009 18:57:57 -0700 Subject: [PATCH] AI 145163: am: CL 145096 am: CL 144921 Fix add-on javadoc display in Eclipse (bug #1775744) Original author: xav Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 145163 --- .../project/internal/AndroidClasspathContainerInitializer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/internal/AndroidClasspathContainerInitializer.java b/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/internal/AndroidClasspathContainerInitializer.java index e9df77f65..28589902f 100644 --- a/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/internal/AndroidClasspathContainerInitializer.java +++ b/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/internal/AndroidClasspathContainerInitializer.java @@ -612,7 +612,7 @@ public class AndroidClasspathContainerInitializer extends ClasspathContainerInit // all the optional libraries use the same javadoc, so we start with this String targetDocPath = target.getPath(IAndroidTarget.DOCS); if (targetDocPath != null) { - paths.add(targetDocPath); + paths.add(ProjectHelper.getJavaDocPath(targetDocPath)); } else { // we add an empty string, to always have the same count. paths.add("");