You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2020/06/24 17:19:32 UTC

[activemq] branch master updated: AMQ-7505 - Fix prototype.js exclusion for apache-rat:check

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

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


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

commit 7c5a4bd9401f54635d4723a11ffe944e1783f10f
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Wed Jun 24 13:19:56 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 7f04edd..aabb592 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>