diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-08-28 00:20:33 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-08-28 00:20:33 +0000 |
commit | ed54308d796fdb03b825589ca3d149915b6f2b70 (patch) | |
tree | b95d66cc4e766be94277ca9e16dfbf5e921c86c8 /gwtquery-core-2.0.1 | |
parent | 5f5d20a94d3c541656dcce6e637e63191d97fba5 (diff) | |
download | gwtquery-ed54308d796fdb03b825589ca3d149915b6f2b70.tar.gz gwtquery-ed54308d796fdb03b825589ca3d149915b6f2b70.zip |
prepare version 1.1.0
Diffstat (limited to 'gwtquery-core-2.0.1')
-rw-r--r-- | gwtquery-core-2.0.1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 7639130b..b6053088 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> @@ -115,7 +115,7 @@ <includeArtifactIds>gwtquery</includeArtifactIds> <excludeTransitive>true</excludeTransitive> <includes>**/*.java,**/*.xml,**/*.html,**/*.css,**/*.jpg,**/*.png,**/*.gif</includes> - <excludes>**/IFrameWithDocTypeLinker.java</excludes> + <excludes>**/IFrameWithDocTypeLinker.java,**/SelectorGeneratorCssToXPath.java</excludes> <outputDirectory>${project.build.directory}/generated-resources</outputDirectory> </configuration> </execution> |