aboutsummaryrefslogtreecommitdiffstats
path: root/jsquery/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-10-19 17:01:51 +0000
committerManolo Carrasco <manolo@apache.org>2011-10-19 17:01:51 +0000
commitf0dcf5ef3d7dc73a232edc45fd0a9f1fe03993ce (patch)
treefd8e3ede05d491b94bba9ea31e1ed56ed8a082e5 /jsquery/pom.xml
parent6fcb9d79430778590f178f6e715c86f2cae5391e (diff)
downloadgwtquery-f0dcf5ef3d7dc73a232edc45fd0a9f1fe03993ce.tar.gz
gwtquery-f0dcf5ef3d7dc73a232edc45fd0a9f1fe03993ce.zip
Strip js, first try to implement extend
Diffstat (limited to 'jsquery/pom.xml')
-rw-r--r--jsquery/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jsquery/pom.xml b/jsquery/pom.xml
index 453e2df6..36e4e912 100644
--- a/jsquery/pom.xml
+++ b/jsquery/pom.xml
@@ -61,6 +61,8 @@
<optimizationLevel>9</optimizationLevel>
<gwtVersion>${gwtversion}</gwtVersion>
<compileReport>true</compileReport>
+ <!-- <disableClassMetadata>true</disableClassMetadata> -->
+ <disableCastChecking>true</disableCastChecking>
<modules>
<module>gwtquery.jsquery.JsQueryXs</module>
</modules>