This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a16399a1a0027b123b1111b2f93b52030a8d88d2 Author: Christian Grobmeier <[email protected]> AuthorDate: Tue Mar 5 12:14:40 2024 +0100 removed unused glyphicons from build --- pom.xml | 1 - src/site/resources/glyphicons-halflings-2-1.zip | Bin 4101069 -> 0 bytes 2 files changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2105aea883..9ef9cf52d0 100644 --- a/pom.xml +++ b/pom.xml @@ -719,7 +719,6 @@ <excludes> <exclude>/_release-notes/*</exclude> <exclude>/_release-notes.adoc</exclude> - <exclude>/resources/glyphicons-halflings-2-1.zip</exclude> <exclude>/resources/logo/**/*</exclude> </excludes> </resource> diff --git a/src/site/resources/glyphicons-halflings-2-1.zip b/src/site/resources/glyphicons-halflings-2-1.zip deleted file mode 100644 index 974885b408..0000000000 Binary files a/src/site/resources/glyphicons-halflings-2-1.zip and /dev/null differ
