aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-29 12:11:54 -0700
committerXavier Ducrohet <xav@android.com>2012-03-29 12:11:54 -0700
commit0dd405184865862c480ad1a42f50692f32e94965 (patch)
treecc728b53302eae9b2f5450267c8ab2c8f1331c87 /eclipse/scripts
parent94bab8acc98af8708c2e0e73b3a6dbd43880cadc (diff)
downloadsdk-0dd405184865862c480ad1a42f50692f32e94965.zip
sdk-0dd405184865862c480ad1a42f50692f32e94965.tar.gz
sdk-0dd405184865862c480ad1a42f50692f32e94965.tar.bz2
Move tools and ADT to 19.
Change-Id: I3906416a7b5a4bf7b7e2f86ee3155c22d93a3c2b
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/update_version.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/scripts/update_version.sh b/eclipse/scripts/update_version.sh
index 6e7a7fc..160aa0d 100755
--- a/eclipse/scripts/update_version.sh
+++ b/eclipse/scripts/update_version.sh
@@ -30,6 +30,7 @@ NEW="${NEW//./\.}\.qualifier"
# the new pattern. Old files get backuped with the .old extension.
grep -rl "$OLD" * | grep -E "\.xml$|\.MF$" | xargs -n 1 sed -i "" "s/$OLD/$NEW/g"
+echo "Remaining instances of $REALOLD"
# do another grep for older version without the qualifier. We don't
# want to replace those automatically as it could be something else.
# Printing out occurence helps find ones to update manually.