You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/05/05 14:22:47 UTC

cvs commit: jakarta-commons-sandbox/attributes/site/xdocs changelog.xml

leosutic    2004/05/05 05:22:47

  Added:       attributes/site/xdocs changelog.xml
  Log:
  Added a Taglet for Javadoc 1.4 and later.
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/attributes/site/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
  =
  = Copyright 2003-2004 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.
  = 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.
  =
  -->
  <document>
      
      <properties>
          <author email="commons-dev@jakarta.apache.org">Jakarta Commons Development Team</author>
          <title>Changelog</title>
      </properties>
      
      <body>
          <section name="2004-05-04">
              
              <ul>
                  <li>
                      <p>
                          Added a Taglet for Javadoc 1.4 and later.
                      </p>
                  </li>
              </ul>
              
          </section>
  
  
          <section name="2004-03-21">
              
              <ul>
                  <li>
                      <p>
                          Fixed bug where attributes would be interited from
                          private methods. Since the methods themselves aren't
                          inherited, the attributes shouldn't be either.
                      </p>
                  </li>
              </ul>
              
          </section>
          
          <section name="2004-03-19">
              
              <ul>
                  <li>
                      <p>
                          Changed the way AttributeIndexes are implemented. Previously,
                          any attributes that were both Indexed and Inheritable would
                          not work as expected - the index would not find the class that
                          had inherited the indexed attribute, only the class declaring it.
                      </p>
                  </li>
              </ul>
              
          </section>
          
      </body>
      
  </document>
  
  

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