aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2010-08-28 15:36:34 -0700
committerRaphael Moll <ralf@android.com>2010-08-28 15:36:34 -0700
commit58af29178216fafaf0f19d3aac0f74b733503e29 (patch)
tree54cebee010a94071c615fab549a7fcc3a7484343 /eclipse/scripts
parent34ac12032875a3e3d0b17d19540cb65d0fbbe507 (diff)
downloadsdk-58af29178216fafaf0f19d3aac0f74b733503e29.zip
sdk-58af29178216fafaf0f19d3aac0f74b733503e29.tar.gz
sdk-58af29178216fafaf0f19d3aac0f74b733503e29.tar.bz2
Fix Eclipse build.
Provides dummy implementations of the new testEnded() method. Change-Id: Iaa9183e0fe89d162572ab2c77c9ba1b23c14a41c
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/build_plugins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/build_plugins.sh b/eclipse/scripts/build_plugins.sh
index 1093fb2..ab2cbe2 100755
--- a/eclipse/scripts/build_plugins.sh
+++ b/eclipse/scripts/build_plugins.sh
@@ -184,7 +184,7 @@ find . -name "@*" | xargs rm -rfv
# Now execute the ant runner
-set +e # don't stop on errors anymore, we want to catch there here
+set +e # don't stop on errors anymore, we want to catch them here
java \
-jar $LAUNCHER \