Author: vjrj Date: Thu Jul 18 17:27:06 2013 New Revision: 1504556 URL: http://svn.apache.org/r1504556 Log: gwt updated to 2.5.1
Review: https://reviews.apache.org/r/12363/ Added: incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA.jar Modified: incubator/wave/trunk/.classpath incubator/wave/trunk/build.xml incubator/wave/trunk/test/org/waveprotocol/wave/client/editor/extract/PasteFormatRendererGwtTest.java incubator/wave/trunk/third_party/codegen/gwt/README.google incubator/wave/trunk/third_party/codegen/gwt/gwt-dev.jar incubator/wave/trunk/third_party/codegen/gwt/gwt-user.jar Modified: incubator/wave/trunk/.classpath URL: http://svn.apache.org/viewvc/incubator/wave/trunk/.classpath?rev=1504556&r1=1504555&r2=1504556&view=diff ============================================================================== --- incubator/wave/trunk/.classpath (original) +++ incubator/wave/trunk/.classpath Thu Jul 18 17:27:06 2013 @@ -10,6 +10,8 @@ <classpathentry kind="lib" path="third_party/codegen/antlr/antlr-3.2.jar"/> <classpathentry kind="lib" path="third_party/codegen/gwt/gwt-dev.jar"/> <classpathentry kind="lib" path="third_party/codegen/gwt/gwt-user.jar"/> + <classpathentry kind="lib" path="third_party/codegen/gwt/validation-api-1.0.0.GA.jar" sourcepath="third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar"/> + <classpathentry kind="lib" path="third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar"/> <classpathentry kind="lib" path="third_party/codegen/velocity/velocity-1.6.3-dep.jar"/> <classpathentry kind="lib" path="third_party/codegen/velocity/velocity-1.6.3.jar"/> <classpathentry kind="lib" path="third_party/runtime/aopalliance/aopalliance.jar"/> Modified: incubator/wave/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/wave/trunk/build.xml?rev=1504556&r1=1504555&r2=1504556&view=diff ============================================================================== --- incubator/wave/trunk/build.xml (original) +++ incubator/wave/trunk/build.xml Thu Jul 18 17:27:06 2013 @@ -361,7 +361,7 @@ <path refid="libpath"/> <path refid="test.libpath"/> </classpath> - <jvmarg value="-Xmx512M"/> + <jvmarg value="-Xmx1024M"/> <!-- Small Javascript size. --> <arg line="-style OBFUSCATED"/> <!-- Do not include class and package names in compiled JS. --> @@ -444,7 +444,7 @@ <pathelement location="${gen.dir}/messages"/> <path refid="libpath"/> </classpath> - <jvmarg value="-Xmx512M"/> + <jvmarg value="-Xmx1024M"/> <jvmarg value="-ea"/> <jvmarg value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8001"/> <arg value="-noserver" /> Modified: incubator/wave/trunk/test/org/waveprotocol/wave/client/editor/extract/PasteFormatRendererGwtTest.java URL: http://svn.apache.org/viewvc/incubator/wave/trunk/test/org/waveprotocol/wave/client/editor/extract/PasteFormatRendererGwtTest.java?rev=1504556&r1=1504555&r2=1504556&view=diff ============================================================================== --- incubator/wave/trunk/test/org/waveprotocol/wave/client/editor/extract/PasteFormatRendererGwtTest.java (original) +++ incubator/wave/trunk/test/org/waveprotocol/wave/client/editor/extract/PasteFormatRendererGwtTest.java Thu Jul 18 17:27:06 2013 @@ -49,7 +49,7 @@ import org.waveprotocol.wave.model.docum public class PasteFormatRendererGwtTest extends GWTTestCase { /** GWT version where invalid closing-br tags appear in innerHTML strings. */ - private final static String INVALID_BR_GWT_VERSION = "2.1.1"; + private final static String INVALID_BR_GWT_VERSION = "2.5.1"; @Override public String getModuleName() { Modified: incubator/wave/trunk/third_party/codegen/gwt/README.google URL: http://svn.apache.org/viewvc/incubator/wave/trunk/third_party/codegen/gwt/README.google?rev=1504556&r1=1504555&r2=1504556&view=diff ============================================================================== --- incubator/wave/trunk/third_party/codegen/gwt/README.google (original) +++ incubator/wave/trunk/third_party/codegen/gwt/README.google Thu Jul 18 17:27:06 2013 @@ -1,5 +1,5 @@ URL: http://code.google.com/webtoolkit -Version: 2.1.1 +Version: 2.5.1 License: Apache 2.0 License File: COPYING Modified: incubator/wave/trunk/third_party/codegen/gwt/gwt-dev.jar URL: http://svn.apache.org/viewvc/incubator/wave/trunk/third_party/codegen/gwt/gwt-dev.jar?rev=1504556&r1=1504555&r2=1504556&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/wave/trunk/third_party/codegen/gwt/gwt-user.jar URL: http://svn.apache.org/viewvc/incubator/wave/trunk/third_party/codegen/gwt/gwt-user.jar?rev=1504556&r1=1504555&r2=1504556&view=diff ============================================================================== Binary files - no diff available. Added: incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar URL: http://svn.apache.org/viewvc/incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar?rev=1504556&view=auto ============================================================================== Files incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar (added) and incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar Thu Jul 18 17:27:06 2013 differ Added: incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA.jar URL: http://svn.apache.org/viewvc/incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA.jar?rev=1504556&view=auto ============================================================================== Files incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA.jar (added) and incubator/wave/trunk/third_party/codegen/gwt/validation-api-1.0.0.GA.jar Thu Jul 18 17:27:06 2013 differ
