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

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git

commit 83ff0abbf2df37993caaf8499d6f8c19a1c7ef31
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 17:24:45 2026 +0000

    Use Apache Commons XML logo on site
---
 src/site/resources/images/logo.png | Bin 0 -> 9360 bytes
 src/site/site.xml                  |  10 ++++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/site/resources/images/logo.png 
b/src/site/resources/images/logo.png
new file mode 100644
index 0000000..ab8f1a3
Binary files /dev/null and b/src/site/resources/images/logo.png differ
diff --git a/src/site/site.xml b/src/site/site.xml
index 0e5d775..3641021 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,7 +15,13 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
-<project name="Apache Commons XML">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
http://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Commons Text">
+  <bannerRight name="Commons XML" href="/index.html">
+    <image src="/images/logo.png"/>
+  </bannerRight>
   <body>
     <menu name="Apache Commons XML">
       <item name="Overview"        href="/index.html"/>
@@ -26,4 +32,4 @@
     </menu>
     <menu ref="reports"/>
   </body>
-</project>
+</site>

Reply via email to