You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/08 12:30:13 UTC

svn commit: r812440 - /tomcat/sandbox/tomcat-oacc/trunk/build.xml

Author: rjung
Date: Tue Sep  8 10:30:12 2009
New Revision: 812440

URL: http://svn.apache.org/viewvc?rev=812440&view=rev
Log:
Backport r796072 from TC5.5.x

Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47239
Fix Copyright sign in generated Javadoc

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/build.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/build.xml?rev=812440&r1=812439&r2=812440&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/build.xml Tue Sep  8 10:30:12 2009
@@ -153,7 +153,7 @@
       version="true"
       windowtitle="Catalina Cluster Internal API Documentation"
       doctitle="Catalina Cluster API"
-      bottom="Copyright © 2000-2009 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright © 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org