diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-01-19 23:23:23 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-01-19 23:23:23 +0000 |
commit | c124426c14dbfc0d813cde990480b12166c7a40a (patch) | |
tree | 68fe0cb7e8322d8fe3a2f9a1e32c396df88d0970 /samples/pom.xml | |
parent | 401f036be3e2e7192e8b89ea8b3d647cd6de1cab (diff) | |
download | gwtquery-c124426c14dbfc0d813cde990480b12166c7a40a.tar.gz gwtquery-c124426c14dbfc0d813cde990480b12166c7a40a.zip |
putting new examples in the index.html and in the pom.xml files
Diffstat (limited to 'samples/pom.xml')
-rw-r--r-- | samples/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 376724dd..dfa8f2b4 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -53,6 +53,8 @@ <module>gwtquery.samples.GwtQueryBench</module> <module>gwtquery.samples.GwtQueryWidgets</module> <module>gwtquery.samples.GwtQueryImageZoom</module> + <module>gwtquery.samples.FadeEffectsSample</module> + <module>gwtquery.samples.SlideEffectsSample</module> </modules> </configuration> <executions> |