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/10/28 07:20:26 UTC

svn commit: r1813585 - /ofbiz/ofbiz-framework/trunk/rat-excludes.txt

Author: jleroux
Date: Sat Oct 28 07:20:26 2017
New Revision: 1813585

URL: http://svn.apache.org/viewvc?rev=1813585&view=rev
Log:
No functional change, do we need regex here? If yes why would OPTIONAL_LIBRARIES
not work? 

Modified:
    ofbiz/ofbiz-framework/trunk/rat-excludes.txt

Modified: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/rat-excludes.txt?rev=1813585&r1=1813584&r2=1813585&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/rat-excludes.txt (original)
+++ ofbiz/ofbiz-framework/trunk/rat-excludes.txt Sat Oct 28 07:20:26 2017
@@ -31,10 +31,10 @@
        - .project Eclipse project file, only in plugins for now
           another solution should be provided
 
-*docbook*
-applications/content/dtd/*
+.*docbook.*
+applications/content/dtd/.*
 
 
-*.md
+.*\.md
 OPTIONAL_LIBRARIES
-.project
\ No newline at end of file
+\.project
\ No newline at end of file