You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/04/13 07:10:28 UTC

svn commit: r1791218 - /ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle

Author: jleroux
Date: Thu Apr 13 07:10:28 2017
New Revision: 1791218

URL: http://svn.apache.org/viewvc?rev=1791218&view=rev
Log:
Reverted: r1791143  for "The createTenant Gradle task fails"
(OFBIZ-9273)

The fix was harmless but not to the point. Taher fixed the root cause at 
r1791168

Modified:
    ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle

Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle?rev=1791218&r1=1791217&r2=1791218&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle Thu Apr 13 07:10:28 2017
@@ -1,4 +1,3 @@
-/*
 dependencies {
     //Examples of compile-time and runtime dependencies
 
@@ -17,4 +16,3 @@ task uninstall {
         // uninstall logic for this plugin
     }
 }
-*/