Author: juanpablo
Date: Tue Oct  9 21:31:17 2012
New Revision: 1396339

URL: http://svn.apache.org/viewvc?rev=1396339&view=rev
Log:
excluded from rat-report files with custom licenses; these are (or should be) 
referenced in LICENSE/NOTICE files.

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1396339&r1=1396338&r2=1396339&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Tue Oct  9 21:31:17 2012
@@ -1,6 +1,7 @@
 2012-10-09  Juan Pablo Santos (juanpablo AT apache DOT org)
        
-       * added Apache License Header to .jsp and .html files (cfr. with 
http://s.apache.org/EDd).
+       * added Apache License Header to files which were missing it 
+         (cfr. with http://s.apache.org/EDd).
 
 2012-10-08  Juan Pablo Santos (juanpablo AT apache DOT org)
        

Modified: incubator/jspwiki/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1396339&r1=1396338&r2=1396339&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Tue Oct  9 21:31:17 2012
@@ -1703,8 +1703,8 @@ To automate the JAR signing processs, yo
     
     <report reportFile="${doc.rat}/rat.txt" addLicenseHeaders="true">
       <fileset dir="src/org"/>
-      <fileset dir="src/webdocs" excludes="**/*.js">
-      </fileset>
+      <fileset dir="src/webdocs" 
+               
excludes="**/SilkIconSet-readme.txt,**/fckconfig.js,**/mootools.js,**/posteditor.js"
 />
       <fileset dir="tests/org"/>
     </report>
   </target>


Reply via email to