]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted accidental commit
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Tue, 13 Mar 2012 09:42:58 +0000 (09:42 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Tue, 13 Mar 2012 09:42:58 +0000 (09:42 +0000)
svn changeset:23229/svn branch:6.8

build/build.xml
scripts/merge.sh

index aee3dc7bed70d3b4bf2344d4cc73c1d01cc4dc46..1fdcc0ee25f932281b4e50c163e2fead0e27502f 100644 (file)
     <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="1" />
+       <property name="widgetset-localWorkers" value="4" />
        <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">
index 9125a505b7cb545356d572f826b16cb2e6327551..a8c356ad30bb21f9dc3e2ae981a17583e7e9d826 100755 (executable)
@@ -13,14 +13,14 @@ localchanges=`svn stat|wc -l`
 if [ "$localchanges" != "0" ]
 then
        echo "You must have a clean working space copy"
-       #exit 2
+       exit 2
 fi
 
 if [ "$SVN_PASS_FILE" != "" ]
 then
        SVN_PASS=`cat "$SVN_PASS_FILE"`
 fi
-
+       
 svn up
 
 currentrepowithoutversion=`svn info|grep URL|sed "s/URL: //"|sed "s/\/[^\/]*$//"`