From 44a7177fb990140b3c37316d462107035517c1b9 Mon Sep 17 00:00:00 2001 From: Ray Cromwell Date: Thu, 9 Oct 2008 20:09:40 +0000 Subject: [PATCH] Updated to GWT 1.5.2 --- gwtquery-core/pom.xml | 22 ++++++++++++---------- pom.xml | 4 ++-- samples/pom.xml | 39 ++++++++++++++++++++++++++++++--------- 3 files changed, 44 insertions(+), 21 deletions(-) diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index a458a93c..8a5c45a6 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ gwtquery gwtquery-project - 0.3-SNAPSHOT + 0.31-SNAPSHOT gwtquery @@ -17,24 +17,26 @@ 3.8.1 jar - - com.google.gwt gwt-user ${gwtversion} - jar - - com.google.gwt - gwt-dev-${gwtplatform} + gwt-dev ${gwtversion} - jar - + ${gwtplatform}-libs + zip + provided + + + com.google.gwt + gwt-dev + ${gwtversion} + ${gwtplatform} + provided - diff --git a/pom.xml b/pom.xml index 39885342..126be739 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ gwtquery gwtquery-project pom - 0.3-SNAPSHOT + 0.31-SNAPSHOT GwtQuery Project http://gwtquery.com GwtQuery is a jQuery clone written in GWT. @@ -105,7 +105,7 @@ - 1.5.0-rc1 + 1.5.2 diff --git a/samples/pom.xml b/samples/pom.xml index 9fe806c9..ffab1e68 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ gwtquery gwtquery-project - 0.3-SNAPSHOT + 0.31-SNAPSHOT GwtQuery Samples @@ -20,9 +20,38 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + compile + + unpack + + + + + com.google.gwt + gwt-dev + ${gwtversion} + ${gwtplatform}-libs + zip + true + + ${settings.localRepository}/com/google/gwt/gwt-dev/${gwtversion} + + + + + + + com.totsp.gwt maven-googlewebtoolkit2-plugin + 2.0-beta24 ${gwtversion} WARN @@ -43,14 +72,6 @@ - - setupgwt - validate - - setup - extractGwt - - compilegwt -- 2.39.5