aboutsummaryrefslogtreecommitdiffstats
path: root/samples/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-06-11 09:53:32 +0000
committerManolo Carrasco <manolo@apache.org>2010-06-11 09:53:32 +0000
commitcab2af2f44f0336bbb75a451eb8feef6bd5bbb93 (patch)
treea9b283caad4d6a666ef460ad9fc361430271ac32 /samples/pom.xml
parent95ddf5b769e98e2497caf938787ea0d90b1ee386 (diff)
downloadgwtquery-cab2af2f44f0336bbb75a451eb8feef6bd5bbb93.tar.gz
gwtquery-cab2af2f44f0336bbb75a451eb8feef6bd5bbb93.zip
Many changes almost related with effects and the re-factor of plugins:
- Removed plugin stuff which already were moved to the plugins module - Moved all GQuery core plugin stuff into the plugins namespace - Redesign and recode of the Effects plugin using GWT animate as base - Documented many undocumented methods - Added a couple of scripts to generate Lazy interfaces from the class - Modifications to the effects sample to show the usage of the effects plugin - More tests cases in the devtest module. - Many other minor changes.
Diffstat (limited to 'samples/pom.xml')
-rw-r--r--samples/pom.xml43
1 files changed, 24 insertions, 19 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index e6f38a19..cbaca98d 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -37,25 +37,14 @@
<logLevel>${gwt.loglevel}</logLevel>
<style>${gwt.outputstyle}</style>
<gwtVersion>${gwtversion}</gwtVersion>
+ <soyc>true</soyc>
<modules>
- <module>
- gwtquery.samples.GwtQuerySample
- </module>
- <module>
- gwtquery.samples.GwtQueryBench
- </module>
- <module>
- gwtquery.samples.GwtQueryDemo
- </module>
- <module>
- gwtquery.samples.GwtQueryPlugin
- </module>
- <module>
- gwtquery.samples.GwtQueryWidgets
- </module>
- <module>
- gwtquery.samples.GwtQueryEffects
- </module>
+ <module>gwtquery.samples.GwtQueryEffects</module>
+ <module>gwtquery.samples.GwtQuerySample</module>
+ <module>gwtquery.samples.GwtQueryBench</module>
+ <module>gwtquery.samples.GwtQueryDemo</module>
+ <module>gwtquery.samples.GwtQueryPlugin</module>
+ <module>gwtquery.samples.GwtQueryWidgets</module>
</modules>
</configuration>
<executions>
@@ -67,7 +56,23 @@
</execution>
</executions>
</plugin>
-
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <filesets>
+ <fileset><directory>src/main/webapp/gwtquery.samples.GwtQueryBench</directory></fileset>
+ <fileset><directory>src/main/webapp/gwtquery.samples.GwtQueryDemo</directory></fileset>
+ <fileset><directory>src/main/webapp/gwtquery.samples.GwtQueryEffects</directory></fileset>
+ <fileset><directory>src/main/webapp/gwtquery.samples.GwtQueryPlugin</directory></fileset>
+ <fileset><directory>src/main/webapp/gwtquery.samples.GwtQuerySample</directory></fileset>
+ <fileset><directory>src/main/webapp/gwtquery.samples.GwtQueryWidgets</directory></fileset>
+ <fileset><directory>src/main/webapp/WEB-INF/classes</directory></fileset>
+ <fileset><directory>tomcat</directory></fileset>
+ <fileset><directory>www-test</directory></fileset>
+ <fileset><directory>.gwt-tmp</directory></fileset>
+ </filesets>
+ </configuration>
+ </plugin>
</plugins>
</build>