aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-04-04 19:25:28 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-04 19:25:28 -0700
commitca3d96a3458e60a119ecd3a2f021383019d682aa (patch)
treef5fd16f89934025919efab5fe89bd5128f117324 /eclipse
parent0a725819fd70cc4e482578fc437e74ebe926079b (diff)
parentc4098aec05ae194292585ca57f7081fd51ba69df (diff)
downloadsdk-ca3d96a3458e60a119ecd3a2f021383019d682aa.zip
sdk-ca3d96a3458e60a119ecd3a2f021383019d682aa.tar.gz
sdk-ca3d96a3458e60a119ecd3a2f021383019d682aa.tar.bz2
Merge "SDK: fix jfreechart path in create_all_symlinks."
Diffstat (limited to 'eclipse')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index ae86fa0..fcc86af 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -140,9 +140,9 @@ DDMS_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.ddms/libs"
DDMS_LIBS="ddmlib ddmuilib swtmenubar"
DDMS_PREBUILTS="\
- prebuilt/common/jfreechart/jcommon-1.0.12.jar \
- prebuilt/common/jfreechart/jfreechart-1.0.9.jar \
- prebuilt/common/jfreechart/jfreechart-1.0.9-swt.jar"
+ prebuilts/tools/common/jfreechart/jcommon-1.0.12.jar \
+ prebuilts/tools/common/jfreechart/jfreechart-1.0.9.jar \
+ prebuilts/tools/common/jfreechart/jfreechart-1.0.9-swt.jar"
LIBS="$LIBS $DDMS_LIBS"
CP_FILES="$CP_FILES @:$DDMS_DEST $DDMS_LIBS $DDMS_PREBUILTS"