aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-29 12:20:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-29 12:20:58 -0700
commitd22e798547d802878ac35470b2a64f4a40497c45 (patch)
tree8ce65653bcb3cfa26d18cc0431cc15b5af702a38 /eclipse/scripts
parent7d94f2e3da01698e7dde3daea1ab13afbd6419cf (diff)
parent0dd405184865862c480ad1a42f50692f32e94965 (diff)
downloadsdk-d22e798547d802878ac35470b2a64f4a40497c45.zip
sdk-d22e798547d802878ac35470b2a64f4a40497c45.tar.gz
sdk-d22e798547d802878ac35470b2a64f4a40497c45.tar.bz2
Merge "Move tools and ADT to 19."
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.