Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user dir.
The only other changes are to user/build.xml, bikeshed/scripts/maven_script.sh, and eclipse/user/.classpath
Review by: fabbott@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8313 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/bikeshed/scripts/maven_script.sh b/bikeshed/scripts/maven_script.sh
index fb532cd..df95f3b 100755
--- a/bikeshed/scripts/maven_script.sh
+++ b/bikeshed/scripts/maven_script.sh
@@ -20,7 +20,7 @@
MAVEN_REPO=~/.m2/repository
-for i in dev user servlet bikeshed
+for i in dev user servlet
do
mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i} -Dversion=2.1.0.M1 -Dpackaging=jar -Dfile=build/lib/gwt-${i}.jar -DgeneratePom=true
done