Home
last modified time | relevance | path

Searched refs:BASE_DIR (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/scripts/
Dsetup_eclipse.sh43 BASE_DIR="$1"
50 BIN="$BASE_DIR/eclipse/eclipse" # path to installed binary
51 TARGZ="$BASE_DIR/${DOWNLOAD_URL##*/}" # base dir + filename of the download URL
54 echo "Downloading and installing Eclipse in $BASE_DIR."
55 mkdir -p "$BASE_DIR"
58 (cd "$BASE_DIR" && tar xzf "$TARGZ")
69 echo "$ECLIPSE_PID" > "$BASE_DIR"/eclipse.pid
Dbuild_plugins.sh86 BASE_DIR=/buildbot/eclipse-android
88 echo "ECLIPSE_HOME not set, using $BASE_DIR as default"
90 if [ ! -d "$BASE_DIR" ]; then
91 …p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. ex…
96 BASE_DIR="$BASE_DIR/$VERSION"
97 scripts/setup_eclipse.sh -p "$BASE_DIR"
99 ECLIPSE_HOME="$BASE_DIR/eclipse" # path to installed directory
100 PID_FILE="$BASE_DIR/eclipse.pid"