You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/02/21 17:26:05 UTC

git commit: Move up the gwt plugin to make sure it runs as part of setup.eclipse Update the gwt version

Repository: cxf
Updated Branches:
  refs/heads/master bb3073ce8 -> 91e6b02ac


Move up the gwt plugin to make sure it runs as part of setup.eclipse
Update the gwt version


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/91e6b02a
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/91e6b02a
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/91e6b02a

Branch: refs/heads/master
Commit: 91e6b02ac476064808a8926815e4442d23f61378
Parents: bb3073c
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Feb 21 11:25:36 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Feb 21 11:25:36 2014 -0500

----------------------------------------------------------------------
 rt/management-web/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/91e6b02a/rt/management-web/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml
index e9b61d5..74bcee8 100644
--- a/rt/management-web/pom.xml
+++ b/rt/management-web/pom.xml
@@ -31,9 +31,9 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
-        <gwt.version>2.4.0</gwt.version>
+        <gwt.version>2.6.0</gwt.version>
         <gwt.inject.version>1.5.0</gwt.inject.version>
-        <gwt.plugin.version>2.4.0</gwt.plugin.version>
+        <gwt.plugin.version>2.6.0</gwt.plugin.version>
         <google.findbugs.version>1.3.9</google.findbugs.version>
         <gwt.hostedmode.dir>${project.build.directory}/war</gwt.hostedmode.dir>
         <gwt.classes.dir>${gwt.hostedmode.dir}/WEB-INF/classes</gwt.classes.dir>
@@ -148,6 +148,7 @@
                 <version>${gwt.plugin.version}</version>
                 <executions>
                     <execution>
+                        <phase>process-classes</phase>
                         <goals>
                             <goal>compile</goal>
                         </goals>