Author: veithen
Date: Thu Dec 10 22:51:08 2015
New Revision: 1719229
URL: http://svn.apache.org/viewvc?rev=1719229&view=rev
Log:
Fix the copyright sign in the Javadocs.
Modified:
axis/axis2/java/rampart/trunk/apidocs/pom.xml
Modified: axis/axis2/java/rampart/trunk/apidocs/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/apidocs/pom.xml?rev=1719229&r1=1719228&r2=1719229&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/apidocs/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/apidocs/pom.xml Thu Dec 10 22:51:08 2015
@@ -84,7 +84,7 @@
of changes between releases (to avoid mass changes
when committing the site for a new release) -->
<notimestamp>true</notimestamp>
<windowtitle>Apache Rampart</windowtitle>
- <bottom>Copyright © {organizationName}. All Rights
Reserved.</bottom>
+ <bottom><![CDATA[Copyright © {organizationName}. All
Rights Reserved.]]></bottom>
<!-- doctitle only appears in the summary and we should
include the version there -->
<doctitle>Apache Rampart ${project.version}</doctitle>
</configuration>