You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/05/17 09:35:48 UTC

svn commit: r1339506 - /ofbiz/branches/release11.04/mergefromtrunk.sh

Author: erwan
Date: Thu May 17 07:35:48 2012
New Revision: 1339506

URL: http://svn.apache.org/viewvc?rev=1339506&view=rev
Log:
wrongly modified an ant target. Thanks Jacopo for pointing it

Modified:
    ofbiz/branches/release11.04/mergefromtrunk.sh

Modified: ofbiz/branches/release11.04/mergefromtrunk.sh
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/mergefromtrunk.sh?rev=1339506&r1=1339505&r2=1339506&view=diff
==============================================================================
--- ofbiz/branches/release11.04/mergefromtrunk.sh (original)
+++ ofbiz/branches/release11.04/mergefromtrunk.sh Thu May 17 07:35:48 2012
@@ -94,7 +94,7 @@ case "$cmd" in
 		;;
 	(test)
 		./ant clean-all
-		./ant load-demo
+		./ant run-install
 		./ant run-tests
 		;;
 	(commit)