Repository: incubator-wave
Updated Branches:
  refs/heads/master bdb8f24e1 -> fa9886b22


Update GWT and ASM libraries by Martin Letis

https://reviews.apache.org/r/38831/
Update GWT libraries in third_party from 2.6.1 to 2.7.0
Also updates ASM from 3.3 to 5.0.4


Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/fa9886b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/fa9886b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/fa9886b2

Branch: refs/heads/master
Commit: fa9886b22dc0c801cad99c85135f5bc63becc4bc
Parents: bdb8f24
Author: Ali Lown <[email protected]>
Authored: Wed Sep 30 23:18:38 2015 +0100
Committer: Ali Lown <[email protected]>
Committed: Wed Sep 30 23:18:38 2015 +0100

----------------------------------------------------------------------
 .classpath |  8 ++++----
 build.xml  | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/fa9886b2/.classpath
----------------------------------------------------------------------
diff --git a/.classpath b/.classpath
index 88967fa..b18773b 100644
--- a/.classpath
+++ b/.classpath
@@ -64,7 +64,7 @@
        <classpathentry kind="lib" 
path="third_party/runtime/xpp3_xpath-1.1.4c.jar"/>
        <classpathentry kind="lib" path="third_party/runtime/xpp3-1.1.4c.jar"/>
        <classpathentry kind="lib" path="third_party/test/ant-junit-1.7.0.jar"/>
-       <classpathentry kind="lib" path="third_party/test/asm-3.2.jar"/>
+       <classpathentry kind="lib" path="third_party/test/asm-5.0.4.jar"/>
        <classpathentry kind="lib" path="third_party/test/cglib-2.2.jar"/>
        <classpathentry kind="lib" 
path="third_party/test/emma_ant-2.1.5320.jar"/>
        <classpathentry kind="lib" path="third_party/test/emma-2.0.5312.jar"/>
@@ -84,9 +84,9 @@
        <classpathentry kind="lib" 
path="third_party/runtime/atmosphere-runtime-2.1.0.jar"/>
        <classpathentry kind="lib" 
path="third_party/runtime/slf4j-api-1.6.1.jar"/>
        <classpathentry kind="lib" 
path="third_party/runtime/slf4j-simple-1.6.1.jar"/>
-       <classpathentry kind="lib" 
path="third_party/codegen/gwt-codeserver-2.6.1.jar"/>
-       <classpathentry kind="lib" 
path="third_party/codegen/gwt-dev-2.6.1.jar"/>
-       <classpathentry kind="lib" 
path="third_party/codegen/gwt-user-2.6.1.jar"/>
+       <classpathentry kind="lib" 
path="third_party/codegen/gwt-codeserver-2.7.0.jar"/>
+       <classpathentry kind="lib" 
path="third_party/codegen/gwt-dev-2.7.0.jar"/>
+       <classpathentry kind="lib" 
path="third_party/codegen/gwt-user-2.7.0.jar"/>
        <classpathentry kind="lib" path="third_party/runtime/config-1.2.1.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/fa9886b2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 893654a..f679ce0 100644
--- a/build.xml
+++ b/build.xml
@@ -470,8 +470,8 @@
       description="Runs the superdev mode, for debugging the GWT client in a 
browser.">
     <java failonerror="true" fork="true" 
classname="com.google.gwt.dev.codeserver.CodeServer">
       <classpath>
-        <pathelement location="${lib.codegen}/gwt-dev-2.6.1.jar" />
-        <pathelement location="${lib.codegen}/gwt-codeserver-2.6.1.jar" />
+        <pathelement location="${lib.codegen}/gwt-dev-2.7.0.jar" />
+        <pathelement location="${lib.codegen}/gwt-codeserver-2.7.0.jar" />
         <pathelement location="${src.dir}"/>
         <pathelement location="${gen.dir}/messages"/>
         <path refid="libpath"/>
@@ -500,8 +500,8 @@
   <target name="editor-superdev" depends="compile" description="Runs the 
editor harness through the GWT superdev mode server, for debugging in a 
browser.">
     <java failonerror="true" fork="true" 
classname="com.google.gwt.dev.codeserver.CodeServer">
       <classpath>
-        <pathelement location="${lib.codegen}/gwt-dev-2.6.1.jar" />
-        <pathelement location="${lib.codegen}/gwt-codeserver-2.6.1.jar" />
+        <pathelement location="${lib.codegen}/gwt-dev-2.7.0.jar" />
+        <pathelement location="${lib.codegen}/gwt-codeserver-2.7.0.jar" />
         <pathelement location="${src.dir}"/>
         <path refid="libpath"/>
       </classpath>
@@ -529,8 +529,8 @@
   <target name="waveharness-superdev" depends="compile" description="Runs the 
wave panel harness through the GWT superdev mode server, for debugging in a 
browser.">
     <java failonerror="true" fork="true" 
classname="com.google.gwt.dev.codeserver.CodeServer">
       <classpath>
-        <pathelement location="${lib.codegen}/gwt-dev-2.6.1.jar" />
-        <pathelement location="${lib.codegen}/gwt-codeserver-2.6.1.jar" />
+        <pathelement location="${lib.codegen}/gwt-dev-2.7.0.jar" />
+        <pathelement location="${lib.codegen}/gwt-codeserver-2.7.0.jar" />
         <pathelement location="${src.dir}"/>
         <path refid="libpath"/>
       </classpath>
@@ -971,9 +971,9 @@
   <target name="get-third-party-codegen" description="Download code generating 
third party dependencies">
     <get dest="${lib.codegen}" usetimestamp="true" skipexisting="true">
       <url url="http://www.antlr3.org/download/antlr-3.2.jar"; />
-      <url 
url="http://central.maven.org/maven2/com/google/gwt/gwt-dev/2.6.1/gwt-dev-2.6.1.jar";
 />
-      <url 
url="http://central.maven.org/maven2/com/google/gwt/gwt-user/2.6.1/gwt-user-2.6.1.jar";
 />
-      <url 
url="http://central.maven.org/maven2/com/google/gwt/gwt-codeserver/2.6.1/gwt-codeserver-2.6.1.jar";
 />
+      <url 
url="http://central.maven.org/maven2/com/google/gwt/gwt-dev/2.7.0/gwt-dev-2.7.0.jar";
 />
+      <url 
url="http://central.maven.org/maven2/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar";
 />
+      <url 
url="http://central.maven.org/maven2/com/google/gwt/gwt-codeserver/2.7.0/gwt-codeserver-2.7.0.jar";
 />
       <url 
url="http://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar";
 />
       <url 
url="http://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar";
 />
       <url 
url="https://archive.apache.org/dist/velocity/engine/1.6.3/velocity-1.6.3.jar"; 
/>
@@ -1092,7 +1092,7 @@
   <target name="get-third-party-test" description="Download testing third 
party dependencies">
     <get dest="${lib.test}" usetimestamp="true" skipexisting="true">
       <url 
url="http://central.maven.org/maven2/org/apache/ant/ant-junit/1.7.0/ant-junit-1.7.0.jar";
 />
-      <url url="http://download.forge.objectweb.org/asm/asm-3.2.jar"; />
+      <url url="http://download.forge.objectweb.org/asm/asm-5.0.4.jar"; />
       <url url="http://central.maven.org/maven2/cglib/cglib/2.2/cglib-2.2.jar"; 
/>
       <url 
url="http://central.maven.org/maven2/emma/emma/2.0.5312/emma-2.0.5312.jar"; />
       <url 
url="http://central.maven.org/maven2/emma/emma_ant/2.1.5320/emma_ant-2.1.5320.jar";
 />

Reply via email to