You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/06/10 23:27:20 UTC

cvs commit: jakarta-commons/betwixt/xdocs todo.xml

rdonkin     2002/06/10 14:27:20

  Modified:    betwixt/src/java/org/apache/commons/betwixt package.html
               betwixt/xdocs todo.xml
  Log:
  Replaced TODO message in package doc comments with entry in mavenized project TODO list.
  
  Revision  Changes    Path
  1.2       +0 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	10 Jun 2002 17:53:34 -0000	1.1
  +++ package.html	10 Jun 2002 21:27:20 -0000	1.2
  @@ -10,6 +10,5 @@
     detail how members of a bean map to xml attributes and elements respectively.
     </p>
   
  -  <p> <strong>TO DO </strong> write some user documentation!
   </body>
   </html>
  
  
  
  1.2       +7 -2      jakarta-commons/betwixt/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/todo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- todo.xml	10 Jun 2002 17:53:32 -0000	1.1
  +++ todo.xml	10 Jun 2002 21:27:20 -0000	1.2
  @@ -10,7 +10,7 @@
       <section name="TODO"> 
         <p>
           The following is a list of items that need to be completed in
  -        Betwixt.  Contributions are welcome!.
  +        Betwixt.  Contributions are welcome! 
         </p>
         
         <ul>
  @@ -23,7 +23,12 @@
   		  Create a W3C DOM implementation that acts as a facade on top of beans to allow beans to 
   		  be transformed in XSLT engines as XML.
   		</li>
  -	  </ul>
  +        <li>
  +		  Improved documentation! Improve package level documentation so that new developers can get up 
  +                  to speed more quickly. Ensure all betwixt features have good user documentation. 
  +                  More good code examples.
  +                </li>
  +        </ul>
       </section>
     </body>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>