From d2de3e94ac24e22b1ba4f91edd27954ea696fdb3 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Thu, 6 May 2010 09:34:26 +0000 Subject: Set version number to 1.0.0. Deploy sites now are pointing to gwtquery svn-repo. Added gcupload-maven-plugin to upload distribution file to google-code. Modified surefire configuration in order to run gwtTests which share the same module, and run emma goals --- gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml | 3 --- .../src/test/java/com/google/gwt/query/client/GwtEventsTest.java | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml (limited to 'gwtquery-core/src') diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml b/gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml deleted file mode 100644 index b048bdaf..00000000 --- a/gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java index 720fedb0..ca28b0f7 100644 --- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java +++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java @@ -38,7 +38,7 @@ public class GwtEventsTest extends GWTTestCase { static HTML testPanel = null; public String getModuleName() { - return "com.google.gwt.query.Test"; + return "com.google.gwt.query.Query"; } public void gwtSetUp() { -- cgit v1.2.3