Repository: incubator-wave Updated Branches: refs/heads/master d1dcdc7dd -> 285bee3be
Decrease number of permutations in dev compilation https://reviews.apache.org/r/18908/ Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/285bee3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/285bee3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/285bee3b Branch: refs/heads/master Commit: 285bee3be5132e946d36ebc11be175165014db95 Parents: d1dcdc7 Author: vjrj <[email protected]> Authored: Tue Mar 11 22:38:16 2014 +0100 Committer: vjrj <[email protected]> Committed: Tue Mar 11 22:38:16 2014 +0100 ---------------------------------------------------------------------- src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/285bee3b/src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml b/src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml index da32dd7..7595076 100644 --- a/src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml +++ b/src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml @@ -36,4 +36,8 @@ <set-property name="loglevel" value="debug" /> <extend-property name="locale" values="en,ru"/> + + <!-- collapse all properties to decrease the amount of time spend compiling --> + <collapse-all-properties /> + </module>
