summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-02-16 14:47:47 +0000
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-02-16 14:47:47 +0000
commit1476a0c26b95555b25085fb0280d90aac329f07e (patch)
treed21d79b27e3e64f28a8e8449afbeca052d6bd250 /build
parent3c2de952974b3e0e82de7951d814fd6312b434af (diff)
downloadvaadin-framework-1476a0c26b95555b25085fb0280d90aac329f07e.tar.gz
vaadin-framework-1476a0c26b95555b25085fb0280d90aac329f07e.zip
#5100 test case
svn changeset:23048/svn branch:6.8
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 1fdcc0ee25..1f099c6352 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -542,7 +542,7 @@
<target name="compile-widgetset" description="Compiles the widgetset given as the first parameter">
<fail unless="widgetset" message="No widgetset parameter set"/>
<property name="widgetset-style" value="OBF" />
- <property name="widgetset-localWorkers" value="4" />
+ <property name="widgetset-localWorkers" value="2" />
<property name="widgetset-extraParams" value="" />
<echo>Compiling widgetset ${widgetset}. Output directory: ${widgetsets-output-dir}</echo>
<java classname="com.google.gwt.dev.Compiler" failonerror="yes" fork="yes" maxmemory="512m">