You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/11/15 23:47:05 UTC

svn commit: r595479 - /cocoon/trunk/build.sh

Author: vgritsenko
Date: Thu Nov 15 14:47:02 2007
New Revision: 595479

URL: http://svn.apache.org/viewvc?rev=595479&view=rev
Log:
for solaris

Modified:
    cocoon/trunk/build.sh

Modified: cocoon/trunk/build.sh
URL: http://svn.apache.org/viewvc/cocoon/trunk/build.sh?rev=595479&r1=595478&r2=595479&view=diff
==============================================================================
--- cocoon/trunk/build.sh (original)
+++ cocoon/trunk/build.sh Thu Nov 15 14:47:02 2007
@@ -7,7 +7,8 @@
 
 # Java compiler requires at least 128m of memory for cocoon-serializers block,
 # plus another 128m for maven itself to fit its dependency tree.
-export MAVEN_OPTS="-Xmx256m"
+MAVEN_OPTS="-Xmx256m"
+export MAVEN_OPTS
 
 # Unit tests debugging option
 # -Dmaven.surefire.debug