[java-identity-provider] branch main updated: IDP-1926 - CSS files should be treated as text on installation

Scott Cantor cantor.2 at osu.edu
Wed Mar 30 00:33:34 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fd25a42ac58f85afcbf567c2ac3d0cd2fdd4b18c

The following commit(s) were added to refs/heads/main by this push:
     new fd25a42ac IDP-1926 - CSS files should be treated as text on installation
fd25a42ac is described below

commit fd25a42ac58f85afcbf567c2ac3d0cd2fdd4b18c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 29 20:33:31 2022 -0400

    IDP-1926 - CSS files should be treated as text on installation
    
    https://shibboleth.atlassian.net/browse/IDP-1926
---
 idp-distribution/src/main/assembly/idp-assembly-zip.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-distribution/src/main/assembly/idp-assembly-zip.xml b/idp-distribution/src/main/assembly/idp-assembly-zip.xml
index 26544a321..779e2f024 100644
--- a/idp-distribution/src/main/assembly/idp-assembly-zip.xml
+++ b/idp-distribution/src/main/assembly/idp-assembly-zip.xml
@@ -10,6 +10,7 @@
             <excludes>
                 <exclude>**/*.bat</exclude>
                 <exclude>**/*.config</exclude>
+                <exclude>**/*.css</exclude>
                 <exclude>**/*.ini</exclude>
                 <exclude>**/*.properties</exclude>
                 <exclude>**/*.txt</exclude>
@@ -23,6 +24,7 @@
             <includes>
                 <include>**/*.bat</include>
                 <include>**/*.config</include>
+                <include>**/*.css</include>
                 <include>**/*.ini</include>
                 <include>**/*.properties</include>
                 <include>**/*.txt</include>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list