You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2011/12/18 22:25:43 UTC

svn commit: r1220549 - /struts/site/src/site/site.xml

Author: rgielen
Date: Sun Dec 18 21:25:43 2011
New Revision: 1220549

URL: http://svn.apache.org/viewvc?rev=1220549&view=rev
Log:
Add footer to re-fix Apache trademark requirements

Modified:
    struts/site/src/site/site.xml

Modified: struts/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/site.xml?rev=1220549&r1=1220548&r2=1220549&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Sun Dec 18 21:25:43 2011
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Apache Struts">
+<project name="Apache Struts" xmlns="http://maven.apache.org/DECORATION/1.1.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd
+                             http://maven.apache.org/DECORATION/1.1.0 ">
     <version position="none"/>
     <bannerLeft>
         <name>Apache Software Foundation</name>
@@ -218,5 +221,6 @@
 
         </menu>
 
+        <footer>&copy; 2005-2011 The Apache Software Foundation - Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are trademarks of The Apache Software Foundation.</footer>
     </body>
 </project>