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

svn commit: r1327612 - /ofbiz/trunk/tools/functions.sh

Author: doogie
Date: Wed Apr 18 18:35:48 2012
New Revision: 1327612

URL: http://svn.apache.org/viewvc?rev=1327612&view=rev
Log:
FIX: run-install got renamed to load-demo.

Modified:
    ofbiz/trunk/tools/functions.sh

Modified: ofbiz/trunk/tools/functions.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/functions.sh?rev=1327612&r1=1327611&r2=1327612&view=diff
==============================================================================
--- ofbiz/trunk/tools/functions.sh (original)
+++ ofbiz/trunk/tools/functions.sh Wed Apr 18 18:35:48 2012
@@ -105,10 +105,10 @@ standard_cleanup() {
 	run_ant clean-all
 }
 install_worker() {
-	run_ant run-install
+	run_ant load-demo
 }
 fulltestsuite_worker() {
-	run_ant run-install
+	run_ant load-demo
 	run_ant run-tests
 }
 #git_rebase_runner 3 fulltestsuite_cleanup fulltestsuite_worker