You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/03/07 20:31:21 UTC

cvs commit: avalon-excalibur/component/src/xdocs testcase.xml book.xml

bloritsch    2003/03/07 11:31:21

  Modified:    component/src/xdocs book.xml
  Added:       component/src/xdocs testcase.xml
  Log:
  integrate testcase documentation
  
  Revision  Changes    Path
  1.8       +1 -0      avalon-excalibur/component/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/src/xdocs/book.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- book.xml	7 Mar 2003 19:17:02 -0000	1.7
  +++ book.xml	7 Mar 2003 19:31:21 -0000	1.8
  @@ -6,6 +6,7 @@
   
     <menu label="About">
       <menu-item href="index.html" label="Overview"/>
  +    <menu-item href="testcase.html" label="Test Case Overview"/>
       <menu-item href="http://avalon.apache.org/excalibur/index.html" label="Excalibur Home"/>
       <menu-item href="http://avalon.apache.org/bindownload.cgi" label="Download"/>
       <menu-item label="API Docs" href="http://avalon.apache.org/excalibur/component/api/"/>
  
  
  
  1.1                  avalon-excalibur/component/src/xdocs/testcase.xml
  
  Index: testcase.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  
  <document>
      <header>
          <title>Excalibur TestCase Utilities - Overview</title>
          <authors>
              <person name="Peter Donald" email="peter at apache.org"/>
              <person name="Leif Mortenson" email="leif@tanukisoftware.com"/>
          </authors>
      </header>
      <body>
          <section><title>Introduction</title>
              <p>
              This project contains utilities which can be used to write Excalibur Test Cases.
              </p>
          </section>
      </body>
      <footer>
          <legal>
            Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
            $Revision: 1.1 $ $Date: 2003/03/07 19:31:21 $
          </legal>
      </footer>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org