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 /jsquery | |
parent | 7bd17cc570088b25941d3862dfd95906a120d822 (diff) | |
download | gwtquery-986102e12092e97b4595ffe5f12cbd4c93bf6c4b.tar.gz gwtquery-986102e12092e97b4595ffe5f12cbd4c93bf6c4b.zip |
little pom changes
Diffstat (limited to 'jsquery')
-rw-r--r-- | jsquery/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jsquery/pom.xml b/jsquery/pom.xml index 01be3cb2..ad30ddff 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -76,7 +76,8 @@ <optimizationLevel>9</optimizationLevel> <gwtVersion>${gwtversion}</gwtVersion> <compileReport>true</compileReport> - <!-- <disableClassMetadata>true</disableClassMetadata> --> + <disableClassMetadata>true</disableClassMetadata> + <!-- Consider this in module <inherits name='com.google.gwt.user.RemoteServiceObfuscateTypeNames' /> --> <disableCastChecking>true</disableCastChecking> <modules> <module>com.google.gwt.query.jsquery.JsQueryApi</module> |