diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-05-06 09:34:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-05-06 09:34:26 +0000 |
commit | d2de3e94ac24e22b1ba4f91edd27954ea696fdb3 (patch) | |
tree | ef3bbe644afed7ca8d7decd1ed6ff6eb7e30e20f /gwtquery-core/src | |
parent | 624e970f7b2b6e2224de4e625156f4f4c10f4d4e (diff) | |
download | gwtquery-d2de3e94ac24e22b1ba4f91edd27954ea696fdb3.tar.gz gwtquery-d2de3e94ac24e22b1ba4f91edd27954ea696fdb3.zip |
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
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r-- | gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml | 3 | ||||
-rw-r--r-- | gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java | 2 |
2 files changed, 1 insertions, 4 deletions
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 @@ -<module>
- <inherits name='com.google.gwt.query.Query'/>
-</module>
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() { |