Revision: 9531
Author: rchan...@google.com
Date: Thu Jan 13 04:56:44 2011
Log: Removing client-side validation from GWT 2.2 as it is not yet in a working state.

http://code.google.com/p/google-web-toolkit/source/detail?r=9531

Deleted:
 /releases/2.2/samples/validation
 /releases/2.2/samples/validationtck
 /releases/2.2/user/src/com/google/gwt/validation
 /releases/2.2/user/src/javax
 /releases/2.2/user/src/org
 /releases/2.2/user/test/com/google/gwt/validation
Modified:
 /releases/2.2/samples/build.xml

=======================================
--- /releases/2.2/samples/build.xml     Mon Nov 15 10:52:58 2010
+++ /releases/2.2/samples/build.xml     Thu Jan 13 04:56:44 2011
@@ -38,14 +38,6 @@
     <gwt.ant dir="showcase" />
   </target>

-  <target name="validation" description="Build validation">
-    <gwt.ant dir="validation" />
-  </target>
-
-  <target name="validationtck" description="Build validation TCK">
-    <gwt.ant dir="validationtck" />
-  </target>
-
   <target name="-do" description="Run all subprojects" >
     <antcall target="dynatable" />
     <antcall target="dynatablerf" />
@@ -55,7 +47,6 @@
     <antcall target="logexample" />
     <antcall target="mail" />
     <antcall target="showcase" />
-    <antcall target="validation" />
     <!-- don't include validationtck, it is not really a sample -->
   </target>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to