From 9058318f1052d7813e1c4989fdad49735d65b523 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Thu, 21 Apr 2011 13:55:58 -0700 Subject: Use SwtMenuBar for DDMS. Change-Id: I32121a336e5b3256ef1661fff5afe84741295d08 --- eclipse/scripts/create_ddms_symlinks.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'eclipse/scripts') diff --git a/eclipse/scripts/create_ddms_symlinks.sh b/eclipse/scripts/create_ddms_symlinks.sh index 8791316..48f5c51 100755 --- a/eclipse/scripts/create_ddms_symlinks.sh +++ b/eclipse/scripts/create_ddms_symlinks.sh @@ -63,11 +63,12 @@ for i in prebuilt/common/jfreechart/*.jar; do cpfile $DEST $i done -LIBS="ddmlib ddmuilib" +COPY_LIBS="ddmlib ddmuilib" +ALL_LIBS="$COPY_LIBS swtmenubar" echo "make java libs ..." -make -j3 showcommands $LIBS || die "DDMS: Fail to build one of $LIBS." +make -j3 showcommands $ALL_LIBS || die "DDMS: Fail to build one of $ALL_LIBS." -for LIB in $LIBS; do +for LIB in $COPY_LIBS; do cpfile $DEST out/host/$PLATFORM/framework/$LIB.jar done -- cgit v1.1