You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/08/22 09:06:43 UTC

svn commit: r1619688 - /incubator/sirona/trunk/pom.xml

Author: olamy
Date: Fri Aug 22 07:06:42 2014
New Revision: 1619688

URL: http://svn.apache.org/r1619688
Log:
fix rat configuration

Modified:
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1619688&r1=1619687&r2=1619688&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Fri Aug 22 07:06:42 2014
@@ -267,6 +267,7 @@
             <exclude>src/main/webapp/css/plugins/morris*.css</exclude>
             <exclude>src/main/webapp/font-awesome-4.1.0/**</exclude>
             <exclude>src/main/webapp/fonts/**</exclude>
+            <exclude>src/main/webapp/css/ng-grid.*.css</exclude>
             <exclude>src/main/webapp/js/angular**</exclude>
             <exclude>src/main/webapp/js/bootstrap**</exclude>
             <exclude>src/main/webapp/js/jquery**</exclude>
@@ -275,6 +276,7 @@
             <exclude>src/main/webapp/js/datetimepicker-*.js</exclude>
             <exclude>src/main/webapp/js/moment-*.min.js</exclude>
             <exclude>src/main/webapp/js/ui-bootstrap-tpls-*.js</exclude>
+            <exclude>src/main/webapp/js/ng-grid-*.debug.js</exclude>
           </excludes>
         </configuration>
         <executions>