You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2015/09/08 17:42:23 UTC

svn commit: r1701822 - /jspwiki/trunk/pom.xml

Author: juanpablo
Date: Tue Sep  8 15:42:23 2015
New Revision: 1701822

URL: http://svn.apache.org/r1701822
Log:
rat exclusions for fontawesome and mooeditable

Modified:
    jspwiki/trunk/pom.xml

Modified: jspwiki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/pom.xml?rev=1701822&r1=1701821&r2=1701822&view=diff
==============================================================================
--- jspwiki/trunk/pom.xml (original)
+++ jspwiki/trunk/pom.xml Tue Sep  8 15:42:23 2015
@@ -520,8 +520,12 @@
               <exclude>**/src/main/config/wikipages/**</exclude>                <!-- Default wikipages -->
               <exclude>**/src/main/config/dev/OldChangeLog</exclude>            <!-- ChangeLog excluded by default, this is, well, an old ChangeLog -->
               <exclude>**/src/main/scripts/posteditor.js</exclude>              <!-- minified file -->
+              <exclude>**/src/main/scripts/wiki-wysiwyg/**</exclude>            <!-- MooEditable src, MIT licensed -->
+              <exclude>**/src/main/webapp/scripts/mooeditable/**</exclude>      <!-- MooEditable src, MIT licensed -->
               <exclude>**/src/main/scripts/moo-extend/Request.File.js</exclude> <!-- MIT licensed -->
               <exclude>**/src/main/styles/haddock/fontjspwiki/**</exclude>      <!-- MIT/OFL licensed -->
+              <exclude>**/src/main/webapp/templates/haddock/fonts/FontJspwiki.*</exclude><!-- MIT/OFL licensed -->
+              <exclude>**/src/main/webapp/templates/reader/fonts/FontJspwiki.*</exclude> <!-- MIT/OFL licensed -->
               <exclude>**/src/main/webapp/scripts/*.js</exclude>                <!-- minified files -->
               <exclude>**/src/main/scripts/lib/*.js</exclude>                   <!-- 3rd party js files -->
               <exclude>**/src/test/resources/TextFormattingRules.txt</exclude>  <!-- test input data -->