diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-07-19 10:53:34 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-07-19 10:53:34 +0000 |
commit | e12e9cb6100ae69ace3647ef87a479c8c60be2bc (patch) | |
tree | 71820f2f72c7fa3a06e64621f0f8207b14bfd581 /samples/pom.xml | |
parent | 4134949fd5cb704e599a9f301efb635cd4fabcc1 (diff) | |
download | gwtquery-e12e9cb6100ae69ace3647ef87a479c8c60be2bc.tar.gz gwtquery-e12e9cb6100ae69ace3647ef87a479c8c60be2bc.zip |
Re-factor of the Benchmark Example Module, now it is possible to select which bench to run, and much more
Diffstat (limited to 'samples/pom.xml')
-rw-r--r-- | samples/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index b4f3be73..10590804 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -37,7 +37,7 @@ <logLevel>${gwt.loglevel}</logLevel> <style>${gwt.outputstyle}</style> <gwtVersion>${gwtversion}</gwtVersion> - <soyc>true</soyc> + <soyc>false</soyc> <modules> <module>gwtquery.samples.GwtQueryEffects</module> <module>gwtquery.samples.GwtQuerySample</module> |