aboutsummaryrefslogtreecommitdiffstats
path: root/samples/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-07-19 10:53:34 +0000
committerManolo Carrasco <manolo@apache.org>2010-07-19 10:53:34 +0000
commite12e9cb6100ae69ace3647ef87a479c8c60be2bc (patch)
tree71820f2f72c7fa3a06e64621f0f8207b14bfd581 /samples/pom.xml
parent4134949fd5cb704e599a9f301efb635cd4fabcc1 (diff)
downloadgwtquery-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.xml2
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>