You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2013/07/07 22:17:08 UTC

svn commit: r1500530 - /shindig/trunk/pom.xml

Author: rbaxter85
Date: Sun Jul  7 20:17:08 2013
New Revision: 1500530

URL: http://svn.apache.org/r1500530
Log:
Removing code mirror exclusions from RAT plugin

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1500530&r1=1500529&r2=1500530&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Jul  7 20:17:08 2013
@@ -789,8 +789,6 @@
                 <exclude>**/drop.sql</exclude>
                 <exclude>**/derby.log</exclude>
                 <exclude>**/dependency-reduced-pom.xml</exclude>
-                <exclude>content/editor/CodeMirror-0.8/js/*</exclude>
-                <exclude>content/editor/CodeMirror-0.8/css/*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -1322,8 +1320,6 @@
               <exclude>**/drop.sql</exclude>
               <exclude>**/derby.log</exclude>
               <exclude>**/dependency-reduced-pom.xml</exclude>
-              <exclude>content/editor/CodeMirror-0.8/js/*</exclude>
-              <exclude>content/editor/CodeMirror-0.8/css/*</exclude>
               <exclude>**/*.classpath</exclude>
               <exclude>**/.project</exclude>
               <exclude>**/.settings/*</exclude>