This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 0345446  AMQ-7505 - Fix prototype.js exclusion for apache-rat:check
0345446 is described below

commit 03454466fa38a3872a1d54d8eeef32b9ae17f910
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
AuthorDate: Wed Jun 24 13:19:56 2020 -0400

    AMQ-7505 - Fix prototype.js exclusion for apache-rat:check
    
    (cherry picked from commit 7c5a4bd9401f54635d4723a11ffe944e1783f10f)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc7bc33..93b92f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1458,7 +1458,7 @@
             <exclude>**/jquery-*.js</exclude>
             <exclude>**/bootstrap.min.css</exclude>
             <exclude>**/bootstrap.min.responsive.css</exclude>
-            <exclude>**/webapp/js/prototype.js</exclude>
+            <exclude>**/prototype.js</exclude>
             <exclude>**/web/behaviour.js</exclude>
             <exclude>**/webapp/js/common.js</exclude>
             <exclude>**/webapp/js/css.js</exclude>

Reply via email to