Moved the maven_script.sh from bikeshed/scripts to tools/scripts

Patch by: amitmanjhi
Review by: fabbott (TBR)

Review at http://gwt-code-reviews.appspot.com/666801


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8318 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/bikeshed/scripts/maven_script.sh b/tools/scripts/maven_script.sh
similarity index 97%
rename from bikeshed/scripts/maven_script.sh
rename to tools/scripts/maven_script.sh
index df95f3b..c06d768 100755
--- a/bikeshed/scripts/maven_script.sh
+++ b/tools/scripts/maven_script.sh
@@ -16,7 +16,7 @@
 
 
 # This script should be run from the trunk dir.
-ant clean dist-bikeshed
+ant clean dist-dev
 
 MAVEN_REPO=~/.m2/repository