Author: taher
Date: Mon Jul 11 09:38:01 2016
New Revision: 1752135
URL:
http://svn.apache.org/viewvc?rev=1752135&view=revLog:
Minor: fix the description of gradle loadDefault task - OFBIZ-7534
The correct description is load default data, not load all
data since the default in OFBiz serveri is to load seed,
seed-initial and demo only
Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1752135&r1=1752134&r2=1752135&view=diff==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Mon Jul 11 09:38:01 2016
@@ -260,7 +260,7 @@ def committerGroup = 'OFBiz committers'
task loadDefault(group: ofbizServer) {
dependsOn 'ofbiz --load-data'
- description 'Load all data; meant for OFBiz development, testing, and demo purposes'
+ description 'Load default data; meant for OFBiz development, testing, and demo purposes'
}
task testIntegration(group: ofbizServer) {