You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/07/21 01:50:36 UTC

svn commit: r796072 - in /tomcat: connectors/trunk/ connectors/trunk/jk/ connectors/trunk/jk/jkstatus/ connectors/trunk/util/ container/tc5.5.x/catalina/ container/tc5.5.x/modules/cluster/ container/tc5.5.x/modules/groupcom/ container/tc5.5.x/modules/g...

Author: kkolinko
Date: Mon Jul 20 23:50:36 2009
New Revision: 796072

URL: http://svn.apache.org/viewvc?rev=796072&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47239
Fix Copyright sign in generated Javadoc

Modified:
    tomcat/connectors/trunk/build.xml
    tomcat/connectors/trunk/jk/build.xml
    tomcat/connectors/trunk/jk/jkstatus/build.xml
    tomcat/connectors/trunk/util/build.xml
    tomcat/container/tc5.5.x/catalina/build.xml
    tomcat/container/tc5.5.x/modules/cluster/build.xml
    tomcat/container/tc5.5.x/modules/groupcom/build.xml
    tomcat/container/tc5.5.x/modules/groupcom/build/build.xml
    tomcat/container/tc5.5.x/modules/ha/build.xml
    tomcat/container/tc5.5.x/modules/storeconfig-ha/build.xml
    tomcat/container/tc5.5.x/tester/build.xml
    tomcat/current/tc5.5.x/STATUS.txt
    tomcat/jasper/tc5.5.x/build.xml

Modified: tomcat/connectors/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/connectors/trunk/build.xml (original)
+++ tomcat/connectors/trunk/build.xml Mon Jul 20 23:50:36 2009
@@ -140,7 +140,7 @@
       version="true"
       windowtitle="Tomcat Connector Documentation"
       doctitle="Tomcat Connector"
-      bottom="Copyright © 2003 Apache Software Foundation.  All Rights Reserved.">
+      bottom="Copyright © 2003-2009 Apache Software Foundation.  All Rights Reserved.">
 
       <fileset dir="util/java" includes="**/*.java"/>
       <fileset dir="coyote/src/java" includes="**/*.java">

Modified: tomcat/connectors/trunk/jk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/build.xml (original)
+++ tomcat/connectors/trunk/jk/build.xml Mon Jul 20 23:50:36 2009
@@ -444,7 +444,7 @@
                  version="true"
                  windowtitle="Jk Connector Documentation"
                  doctitle="Jk Connector"
-                 bottom="Copyright &#169; 2001-2009 Apache Software Foundation.  All Rights Reserved."
+                 bottom="Copyright &amp;#169; 2001-2009 Apache Software Foundation.  All Rights Reserved."
 	/>
     </target>
 

Modified: tomcat/connectors/trunk/jk/jkstatus/build.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/jkstatus/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/jkstatus/build.xml (original)
+++ tomcat/connectors/trunk/jk/jkstatus/build.xml Mon Jul 20 23:50:36 2009
@@ -122,7 +122,7 @@
       version="true"
       windowtitle="Jk Status Internal API Documentation"
       doctitle="Jk Status API"
-      bottom="Copyright &#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 

Modified: tomcat/connectors/trunk/util/build.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/connectors/trunk/util/build.xml (original)
+++ tomcat/connectors/trunk/util/build.xml Mon Jul 20 23:50:36 2009
@@ -159,7 +159,7 @@
                   version="true"
               windowtitle="Tomcat Utilities Documentation"
                  doctitle="Tomcat Utilities"
-                   bottom="Copyright &#169; 2001 Apache Software Foundation.  All Rights Reserved.">
+                   bottom="Copyright &amp;#169; 2001 Apache Software Foundation.  All Rights Reserved.">
             <classpath refid="compile.classpath"/>
         </javadoc>
     </target>

Modified: tomcat/container/tc5.5.x/catalina/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/catalina/build.xml (original)
+++ tomcat/container/tc5.5.x/catalina/build.xml Mon Jul 20 23:50:36 2009
@@ -777,7 +777,7 @@
       version="true"
       windowtitle="Tomcat API Documentation"
       doctitle="Tomcat API"
-      bottom="Copyright &#169; 2000-2005 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
       additionalparam="-breakiterator">
     	<excludepackage name="org.apache.ajp.*" />
     	<excludepackage name="org.apache.coyote.tomcat3" />

Modified: tomcat/container/tc5.5.x/modules/cluster/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/cluster/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/cluster/build.xml Mon Jul 20 23:50:36 2009
@@ -134,7 +134,7 @@
       version="true"
       windowtitle="Catalina Internal API Documentation"
       doctitle="Catalina API"
-      bottom="Copyright &#169; 2000-2007 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 

Modified: tomcat/container/tc5.5.x/modules/groupcom/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/build.xml Mon Jul 20 23:50:36 2009
@@ -126,7 +126,7 @@
       version="true"
       windowtitle="Catalina Internal API Documentation"
       doctitle="Catalina API"
-      bottom="Copyright &#169; 2000-2002 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 

Modified: tomcat/container/tc5.5.x/modules/groupcom/build/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/build/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/build/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/build/build.xml Mon Jul 20 23:50:36 2009
@@ -143,7 +143,7 @@
       version="true"
       windowtitle="Tribes API Documentation"
       doctitle="Tribes API"
-      bottom="Copyright &#169; 2000-2006 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
       verbose="false">
       <classpath refid="tribes.classpath"/>
     </javadoc>

Modified: tomcat/container/tc5.5.x/modules/ha/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/ha/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/ha/build.xml Mon Jul 20 23:50:36 2009
@@ -134,7 +134,7 @@
       version="true"
       windowtitle="Catalina Internal API Documentation"
       doctitle="Catalina API"
-      bottom="Copyright &#169; 2000-2002 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 

Modified: tomcat/container/tc5.5.x/modules/storeconfig-ha/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig-ha/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/storeconfig-ha/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/storeconfig-ha/build.xml Mon Jul 20 23:50:36 2009
@@ -118,7 +118,15 @@
 	<target name="javadoc">
 		<delete dir="${config.build}/javadoc" />
 		<mkdir dir="${config.build}/javadoc" />
-		<javadoc packagenames="org.apache.catalina.storeconfig.*" classpathref="config.classpath" sourcepathref="javadoc.sourcepath" destdir="${config.build}/javadoc" author="true" version="true" windowtitle="Catalina Internal StoreConfig API Documentation" doctitle="Catalina StoreConfig API" bottom="Copyright &#169; 2000-2004 Apache Software Foundation.  All Rights Reserved." />
+		<javadoc packagenames="org.apache.catalina.storeconfig.*"
+		    classpathref="config.classpath"
+		    sourcepathref="javadoc.sourcepath"
+		    destdir="${config.build}/javadoc"
+		    author="true"
+		    version="true"
+		    windowtitle="Catalina Internal StoreConfig API Documentation"
+		    doctitle="Catalina StoreConfig API"
+		    bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved." />
 	</target>
 
 

Modified: tomcat/container/tc5.5.x/tester/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/tester/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/tester/build.xml (original)
+++ tomcat/container/tc5.5.x/tester/build.xml Mon Jul 20 23:50:36 2009
@@ -139,7 +139,7 @@
      version="true"
      windowtitle="Tester Internal API Documentation"
      doctitle="Tester Tools and Tests API"
-     bottom="Copyright &#169; 2000-2004 Apache Software Foundation.  All Rights Reserved."
+     bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Mon Jul 20 23:50:36 2009
@@ -76,12 +76,6 @@
   +1: kkolinko, rjung, markt
   -1:
 
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47239
-  Fix Copyright sign in generated Javadoc
-  http://people.apache.org/~kkolinko/patches/2009-07-17_tc55_bug47239_javadoc_copyrightsign.patch
-  +1: kkolinko, rjung, markt
-  -1:
-
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46967
   Better handling of errors when trying to use Manager.randomFile
   Based on a patch by Kirk Wolf

Modified: tomcat/jasper/tc5.5.x/build.xml
URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/build.xml?rev=796072&r1=796071&r2=796072&view=diff
==============================================================================
--- tomcat/jasper/tc5.5.x/build.xml (original)
+++ tomcat/jasper/tc5.5.x/build.xml Mon Jul 20 23:50:36 2009
@@ -206,7 +206,7 @@
      version="true"
      windowtitle="Jasper Internal API Documentation"
      doctitle="Jasper API"
-     bottom="Copyright &#169; 2000-2004 Apache Software Foundation.  All Rights Reserved."
+     bottom="Copyright &amp;#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
      additionalparam="-breakiterator"
     />
   </target>



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