You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/08/10 20:56:11 UTC

cvs commit: jakarta-commons/digester/xdocs index.xml

tobrien     2003/08/10 11:56:11

  Modified:    digester project.xml
               digester/xdocs index.xml
  Log:
  Added all Digester versions to the project.xml, also added the PMD report.  Inaddition, the index.xml is now up to date with the latest content from digester.html.
  
  Revision  Changes    Path
  1.13      +40 -4     jakarta-commons/digester/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	28 Apr 2003 15:53:04 -0000	1.12
  +++ project.xml	10 Aug 2003 18:56:11 -0000	1.13
  @@ -4,16 +4,51 @@
     <extend>../project.xml</extend>
     <name>Digester</name>
     <id>commons-digester</id>
  -  <currentVersion>1.4.1</currentVersion>
  +  <currentVersion>1.5</currentVersion>
     <inceptionYear>2001</inceptionYear>
     <shortDescription>Rule based XML->Java object mapping module</shortDescription>
     <description>The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.</description>
   
     <versions>
       <version>
  -      <id>rc1</id>
  -      <name>1.4.1-RC1</name>
  -      <tag>DIGESTER_1_4_1_RC1</tag>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>DIGESTER_1_5</tag>
  +    </version>
  +    <version>
  +      <id>1.4.1</id>
  +      <name>1.4.1</name>
  +      <tag>DIGESTER_1_4_1</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>DIGESTER_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>DIGESTER_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>DIGESTER_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.1.1</id>
  +      <name>1.1.1</name>
  +      <tag>DIGESTER_1_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>DIGESTER_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>DIGESTER_1_0</tag>
       </version>
     </versions>
   
  @@ -115,6 +150,7 @@
      <report>maven-jxr-plugin</report>
      <report>maven-license-plugin</report>
      <report>maven-linkcheck-plugin</report>
  +   <report>maven-pmd-plugin</report>
      <report>maven-tasklist-plugin</report>
   <!--   <report>maven-clover-plugin</report> -->
     </reports>
  
  
  
  1.4       +7 -1      jakarta-commons/digester/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	10 Mar 2003 21:10:11 -0000	1.3
  +++ index.xml	10 Aug 2003 18:56:11 -0000	1.4
  @@ -52,9 +52,12 @@
   
   <section name="Releases">
    <ul>
  -  <li>Version 1.4.1 (from mirror)
  +  <li>Version 1.5 (from mirror) - 27 Apr 2003
      <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
      <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> (latest)</li>
  +  <li>Version 1.4.1 (from mirror)
  +   <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
  +   <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a></li>
     <li>Version 1.4 (from mirror)
       <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
       <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> 
  @@ -69,6 +72,9 @@
   <section name="Resources">
    <ul>
     <!-- newest first sounds like a reasonable rule -->
  +  <li>
  +   Jun 2, 2003 - <a href="http://www-106.ibm.com/developerworks/java/library/j-lucene/">IBM developerWorks article</a> by Otis Gospodnetic about parsing, indexing and searching XML with Digester and Lucene.
  +  </li>
     <li>
      Oct 25, 2002 - <a href="http://www.javaworld.com">JavaWorld</a> has an 
      article on Digester entitled <a href="http://www.javaworld.com/javaworld/jw-10-2002/jw-1025-opensourceprofile.html">
  
  
  

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