svn commit: r1787461 - in /ofbiz/ofbiz-framework/trunk: build.gradle hot-deploy/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1787461 - in /ofbiz/ofbiz-framework/trunk: build.gradle hot-deploy/

jleroux@apache.org
Author: jleroux
Date: Fri Mar 17 18:07:28 2017
New Revision: 1787461

URL: http://svn.apache.org/viewvc?rev=1787461&view=rev
Log:
Completed: Removes the now useless hot-deploy directory
(OFBIZ-9268)

The hot-deploy removal was discussed at https://s.apache.org/7Y2w

I'm not yet sure what to do with the content of the README.txt file



Removed:
    ofbiz/ofbiz-framework/trunk/hot-deploy/
Modified:
    ofbiz/ofbiz-framework/trunk/build.gradle

Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1787461&r1=1787460&r2=1787461&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Fri Mar 17 18:07:28 2017
@@ -269,7 +269,6 @@ eclipse.classpath.file.whenMerged { clas
             entry.path ==~ /(\/+applications)$/ ||
             entry.path ==~ /(\/+plugins)$/ ||
             entry.path ==~ /(\/+themes)$/ ||
-            entry.path ==~ /(\/+hot-deploy)$/ ||
             entry.path ==~ eclipseEntry + '/config' ||
             entry.path ==~ eclipseEntry + '/dtd'
         }