diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-28 12:43:54 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-28 12:43:54 +0100 |
commit | 986102e12092e97b4595ffe5f12cbd4c93bf6c4b (patch) | |
tree | eb5b3157637f9d47ee68e3acfc2a5e8485fe95e7 /devtest | |
parent | 7bd17cc570088b25941d3862dfd95906a120d822 (diff) | |
download | gwtquery-986102e12092e97b4595ffe5f12cbd4c93bf6c4b.tar.gz gwtquery-986102e12092e97b4595ffe5f12cbd4c93bf6c4b.zip |
little pom changes
Diffstat (limited to 'devtest')
-rw-r--r-- | devtest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index 72adfc01..3f73740f 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -62,7 +62,7 @@ </modules> <runTarget>test/test.html</runTarget> <hostedWebapp>target/www</hostedWebapp> - <soyc>true</soyc> + <compileReport>true</compileReport> </configuration> <executions> <execution> |