Author: jleroux Date: Sat Jul 30 16:23:58 2016 New Revision: 1754623 URL: http://svn.apache.org/viewvc?rev=1754623&view=rev Log: Fixes (as in French "fixer" verb) the Gradle project name to ofbiz as it was before and we agreed at OFBIZ-7893 (an instant I even thought about using OFBiz but then the little KISS voice in my head said NO!) Thanks to https://leanpub.com/gradle-goodness-notebook/read#leanpub-auto-changing-the-project-name
This closes "Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*" at https://issues.apache.org/jira/browse/OFBIZ-7893 Modified: ofbiz/trunk/settings.gradle Modified: ofbiz/trunk/settings.gradle URL: http://svn.apache.org/viewvc/ofbiz/trunk/settings.gradle?rev=1754623&r1=1754622&r2=1754623&view=diff ============================================================================== --- ofbiz/trunk/settings.gradle (original) +++ ofbiz/trunk/settings.gradle Sat Jul 30 16:23:58 2016 @@ -18,6 +18,7 @@ */ apply from: 'common.gradle' +rootProject.name = 'ofbiz' iterateOverActiveComponents { File component -> def osName = System.getProperty('os.name').toLowerCase()

