diff options
author | Artur Signell <artur@vaadin.com> | 2014-10-16 11:28:12 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-10-31 07:34:00 +0000 |
commit | 5a8f373e53f804b1e49d40bf74040fc69381b985 (patch) | |
tree | 409732a8fec5008994d03768606c1a112deabe30 /build | |
parent | 54ed43adad5b853dfffdc48aebbc74087e34b735 (diff) | |
download | vaadin-framework-5a8f373e53f804b1e49d40bf74040fc69381b985.tar.gz vaadin-framework-5a8f373e53f804b1e49d40bf74040fc69381b985.zip |
Update GWT to 2.7.0.beta1vaadin1.
Update client-compiler-deps to 1.2.0.
Fix classpaths for devmodes.
Change-Id: I8452271594b4563bf476420ff7ab22985913e397
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/ide.xml b/build/ide.xml index fff4ba911d..7c5267ef30 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -29,10 +29,10 @@ <path refid="client-compiler.deps" /> <path refid="server.deps" /> <path refid="shared.deps" /> - <path refid="uitest.deps" /> <path refid="client.deps" /> <path refid="buildhelpers.deps" /> <path refid="gwt.deps" /> + <path refid="uitest.deps" /> <path location="server/src" /> <path location="shared/src" /> <path location="uitest/src" /> @@ -163,6 +163,7 @@ <sysproperty key="vFailIfNotSerializable" value="true" /> <jvmarg value="-Xss8M" /> + <jvmarg value="-Xmx1G" /> <jvmarg value="-XX:MaxPermSize=256M" /> <jvmarg value="-Djava.awt.headless=true" /> <jvmarg value="-Dgwt.usearchives=false" /> |