You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/02/03 12:31:45 UTC

svn commit: r151146 - jakarta/commons/proper/digester/trunk/build.xml

Author: skitching
Date: Thu Feb  3 03:31:42 2005
New Revision: 151146

URL: http://svn.apache.org/viewcvs?view=rev&rev=151146
Log:
Change text that appears on the bottom of each javadoc page. The copyright 
statement has been slightly modified and the licence text removed as per
consensus on legal-discuss and pmc@jakarta.apache.org.

Modified:
    jakarta/commons/proper/digester/trunk/build.xml

Modified: jakarta/commons/proper/digester/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/build.xml?view=diff&r1=151145&r2=151146
==============================================================================
--- jakarta/commons/proper/digester/trunk/build.xml (original)
+++ jakarta/commons/proper/digester/trunk/build.xml Thu Feb  3 03:31:42 2005
@@ -1,5 +1,5 @@
 <!--
-   Copyright 2001-2004 The Apache Software Foundation
+   Copyright 2001-2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 
 <!--
         "Digester" component of the Jakarta Commons Subproject
-        $Id: build.xml,v 1.57 2005/01/18 10:04:33 skitching Exp $
+        $Id$
 -->
 
 
@@ -221,11 +221,6 @@
    description="Clean and compile all components"/>
 
 
-  <!--
-    - Note that this javadoc target currently does not work on MS-Windows.
-    - As a temporary measure, the "bottom" attribute can be removed when
-    - building on that platform.
-    -->
   <target name="javadoc" depends="compile"
    description="Create component Javadoc documentation">
     <mkdir      dir="${dist.home}"/>
@@ -240,19 +235,7 @@
                overview="src/java/overview.html"
                doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
             windowtitle="${component.title} (Version ${component.version})"
-                 bottom='Copyright (c) 2001-2004 - Apache Software Foundation &lt;!-- 
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-                 --&gt;'>
+                 bottom='Copyright 2001-2005 The Apache Software Foundation or its licensors, as applicable.'>
       <link     offline="true" packagelistLoc="${commons-beanutils.api}"
                    href="http://jakarta.apache.org/commons/beanutils/api/"/>
       <link     offline="true" packagelistLoc="${commons-collections.api}"



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