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


Reply via email to