Author: jleroux
Date: Mon Aug 22 21:01:30 2016
New Revision: 1757274
URL:
http://svn.apache.org/viewvc?rev=1757274&view=revLog:
Reverts r1756577 as Taher disagree, it's not a big deal and we should better discuss and find a better solution on dev ML. *
Related with "External library files are not in the OFBiz folder structure." -
https://issues.apache.org/jira/browse/OFBIZ-7783Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1757274&r1=1757273&r2=1757274&view=diff==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Mon Aug 22 21:01:30 2016
@@ -434,11 +434,6 @@ task createTenant(group: ofbizServer, de
}
}
-task copyToExternalRuntimeLibs(group: ofbizServer, type: Copy, description: 'Copy runtime libs. To be possibly used in a QA, UAT or production environment') {
- into "$rootDir/externalRuntimeLibs"
- from configurations.runtime
-}
-
// ========== System Administration tasks ==========
task createComponent(group: sysadminGroup, description: 'Create the layout of an OFBiz component in the hot-deploy folder.') << {