You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/03/21 10:57:03 UTC

[myfaces-tobago] branch tobago-5.x updated: build(demo): update apache-rat configuration

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

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new aec67e1  build(demo): update apache-rat configuration
aec67e1 is described below

commit aec67e14d90bc516940c524b2ec1a858b893c940
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Mar 21 11:56:02 2022 +0100

    build(demo): update apache-rat configuration
    
    * update path for jasmine files
    * delete exclusion for qunit (not longer used)
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1eb4504..f7d684a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -699,13 +699,10 @@
               <!-- prism (tobago-example-demo) -->
               <exclude>**/src/main/webapp/*/prism*.*</exclude>
 
-              <!-- qunit (tobago-example-demo) -->
-              <exclude>**/src/main/webapp/script/qunit*.*</exclude>
-              <exclude>**/src/main/webapp/style/qunit*.*</exclude>
-
               <!-- jasmine (tobago-example-demo) -->
-              <exclude>**/src/main/webapp/script/jasmine-*/*.*</exclude>
-              <exclude>**/src/main/webapp/style/jasmine*.*</exclude>
+              <exclude>**/src/main/webapp/js/boot*.js</exclude>
+              <exclude>**/src/main/webapp/js/jasmine*.js</exclude>
+              <exclude>**/src/main/webapp/css/jasmine.css</exclude>
 
               <!-- log files -->
               <exclude>**/*.log</exclude>