commit | 7bf7df3b203a3845f61a6a0d023f9e23a713c37d | [log] [tgz] |
---|---|---|
author | bobv@google.com <bobv@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Jul 13 14:16:05 2011 +0000 |
committer | bobv@google.com <bobv@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Jul 13 14:16:05 2011 +0000 |
tree | 0188ee0eae7a4dbc7b90c29e0760ba2dc7b8e630 | |
parent | c8a87b41100c49bc4f60acbe9338e500d11a351f [diff] |
Add StringKey to gwt-servlet.jar to support RequestFactory users. Patch by: bobv Review by: drfibonacci Review at http://gwt-code-reviews.appspot.com/1479802 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10451 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/servlet/build.xml b/servlet/build.xml index c33229f..dcb9a83 100755 --- a/servlet/build.xml +++ b/servlet/build.xml
@@ -26,6 +26,7 @@ <fileset dir="${gwt.dev.bin}"> <include name="com/google/gwt/dev/asm/**" /> <include name="com/google/gwt/dev/util/Name*.class" /> + <include name="com/google/gwt/dev/util/StringKey.class" /> </fileset> <fileset dir="${gwt.user.bin}"> <exclude name="**/rebind/**" />