You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/02/15 22:55:47 UTC

tomee git commit: filtering livereload.js

Repository: tomee
Updated Branches:
  refs/heads/master f58f1f1db -> 136a1e016


filtering livereload.js


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/136a1e01
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/136a1e01
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/136a1e01

Branch: refs/heads/master
Commit: 136a1e0160a6dbabd3bac57a4e2d0938c68503b7
Parents: f58f1f1
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Mon Feb 15 22:28:04 2016 +0100
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Mon Feb 15 22:55:37 2016 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/136a1e01/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d09a80b..5711241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -642,6 +642,7 @@
               <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
               <excludes>
                 <exclude>**/target/**/*</exclude>
+		<exclude>/**/js/livereload.js</exclude>
 
                 <!-- left around after creating the site -->
                 <exclude>**/cobertura.ser</exclude>