aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-09-05 14:32:28 -0700
committerRaphael Moll <ralf@android.com>2012-09-15 20:22:49 -0700
commit8daea84228bdda8d714f2ab4dfc19a3c2f10271b (patch)
treef52bc01509b5d7997fb4bfd2fa4b8f330acb286c /eclipse/scripts
parentbd2f7c995a5eb3f3330f95af654d63c6df2ed118 (diff)
downloadsdk-8daea84228bdda8d714f2ab4dfc19a3c2f10271b.zip
sdk-8daea84228bdda8d714f2ab4dfc19a3c2f10271b.tar.gz
sdk-8daea84228bdda8d714f2ab4dfc19a3c2f10271b.tar.bz2
Refactor PackagesPage to make it testable.
A simple unit test to display that an update is available. This will get more complex later. The cache is mocked and the whole test should be independant of the user's actual settings and local cache, with no network access. Change-Id: I58ff45895916a14a10f501a9bd664782d777ed42
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index 89abd53..8bda0ff 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -105,6 +105,7 @@ set -e # fail early
LIBS=""
CP_FILES=""
+
### BASE ###
BASE_PLUGIN_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.base/libs"
@@ -122,6 +123,7 @@ BASE_PLUGIN_PREBUILTS="\
LIBS="$LIBS $BASE_PLUGIN_LIBS"
CP_FILES="$CP_FILES @:$BASE_PLUGIN_DEST $BASE_PLUGIN_LIBS $BASE_PLUGIN_PREBUILTS"
+
### ADT ###
ADT_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.adt/libs"
@@ -136,6 +138,7 @@ ADT_PREBUILTS="\
LIBS="$LIBS $ADT_LIBS"
CP_FILES="$CP_FILES @:$ADT_DEST $ADT_LIBS $ADT_PREBUILTS"
+
### DDMS ###
DDMS_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.ddms/libs"
@@ -170,7 +173,6 @@ if [[ $PLATFORM != "windows-x86" ]]; then
fi
-
### HIERARCHYVIEWER ###
HV_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/libs"
@@ -188,6 +190,7 @@ TV_LIBS="traceview"
LIBS="$LIBS $TV_LIBS"
CP_FILES="$CP_FILES @:$TV_DEST $TV_LIBS"
+
### MONITOR ###
MONITOR_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.monitor/libs"
@@ -196,12 +199,14 @@ MONITOR_LIBS="sdkuilib"
LIBS="$LIBS $MONITOR_LIBS"
CP_FILES="$CP_FILES @:$MONITOR_DEST $MONITOR_LIBS"
+
### SDKMANAGER ###
-SDMAN_LIBS="swtmenubar"
+SDKMAN_LIBS="swtmenubar"
LIBS="$LIBS $SDKMAN_LIBS"
+
### GL DEBUGGER ###
if [[ $PLATFORM != "windows-x86" ]]; then