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/20 01:48:47 UTC

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

Author: olamy
Date: Tue Aug 19 23:48:47 2014
New Revision: 1619011

URL: http://svn.apache.org/r1619011
Log:
more rat exclude

Modified:
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1619011&r1=1619010&r2=1619011&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Tue Aug 19 23:48:47 2014
@@ -263,6 +263,7 @@
             <exclude>**/META-INF/services/*</exclude>
             <exclude>**/resources/resources/**/*</exclude>
             <exclude>src/main/webapp/css/bootstrap**</exclude>
+            <exclude>src/main/webapp/css/datetimepicker*css</exclude>
             <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>
@@ -271,6 +272,9 @@
             <exclude>src/main/webapp/js/jquery**</exclude>
             <exclude>src/main/webapp/js/plugins/**</exclude>
             <exclude>src/main/webapp/js/require-*.js</exclude>
+            <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>
           </excludes>
         </configuration>
         <executions>