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/dev/build.xml b/dev/build.xml
index 1e3d0e8..bcd6228 100755
--- a/dev/build.xml
+++ b/dev/build.xml
@@ -38,6 +38,8 @@
<pathelement location="${gwt.tools.lib}/selenium/selenium-java-client-driver.jar" />
<pathelement location="${gwt.tools.lib}/w3c/sac/sac-1.3.jar" />
<pathelement location="${gwt.tools.lib}/w3c/flute/flute-1.3-gg1.jar" />
+ <pathelement location="${gwt.tools}/redist/json/r2_20080312/json.jar" />
+ <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" />
<pathelement location="${gwt.build.lib}/gwt-dev-${build.host.platform}.jar" />
<pathelement location="${alldeps.jar}" />
</classpath>