diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:07:43 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:07:43 +0000 |
commit | 8219244f4d4edc960f019ea250f6ef1efeeee47c (patch) | |
tree | 482b4cd7227532e0389c5f72be5a1a75783e76e4 | |
parent | d97f8641d3650a145709e0701301cd228f77a0ad (diff) | |
download | gwtquery-8219244f4d4edc960f019ea250f6ef1efeeee47c.tar.gz gwtquery-8219244f4d4edc960f019ea250f6ef1efeeee47c.zip |
base supported release is 2.0.1
-rw-r--r-- | gwtquery-core-2.0.1/pom.xml (renamed from gwtquery-core-2.0.0/pom.xml) | 2 | ||||
-rw-r--r-- | gwtquery-core-2.0.1/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java (renamed from gwtquery-core-2.0.0/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gwtquery-core-2.0.0/pom.xml b/gwtquery-core-2.0.1/pom.xml index 0787c5c8..3ca63448 100644 --- a/gwtquery-core-2.0.0/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -8,7 +8,7 @@ </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> - <artifactId>2.0.0</artifactId> + <artifactId>2.0.1</artifactId> <packaging>jar</packaging> <name>Gwt Query Core API for gwt-${artifactId}</name> diff --git a/gwtquery-core-2.0.0/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java b/gwtquery-core-2.0.1/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java index fca45d43..fca45d43 100644 --- a/gwtquery-core-2.0.0/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java +++ b/gwtquery-core-2.0.1/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java |