You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/05 08:00:02 UTC

cvs commit: jakarta-avalon-excalibur/template-product/src/xdocs index.xml

hammant     02/04/04 22:00:02

  Modified:    .        build.xml
               site/src/xdocs book.xml
  Added:       template-product/src/xdocs index.xml
  Log:
  Proxy broken out
  
  Revision  Changes    Path
  1.140     +5 -0      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.139
  retrieving revision 1.140
  diff -u -r1.139 -r1.140
  --- build.xml	5 Apr 2002 05:34:20 -0000	1.139
  +++ build.xml	5 Apr 2002 06:00:02 -0000	1.140
  @@ -26,6 +26,7 @@
           
           <!-- Sub projects with dependencies. -->
           <ant dir="pool" target="dist"/>               <!-- collections, concurrent -->
  +        <ant dir="proxy" target="dist"/>
           <ant dir="thread" target="dist"/>             <!-- lang, pool -->
           <ant dir="component" target="dist"/>          <!-- collections, logger, pool -->
           <ant dir="util" target="dist"/>               <!-- component -->
  @@ -144,6 +145,7 @@
           
           <!-- Sub projects with dependencies. -->
           <ant dir="pool" target="jar"/>               <!-- collections, concurrent -->
  +        <ant dir="proxy" target="jar"/>   
           <ant dir="thread" target="jar"/>             <!-- lang, pool -->
           <ant dir="component" target="jar"/>          <!-- collections, logger, pool -->
           <ant dir="util" target="jar"/>               <!-- component -->
  @@ -202,6 +204,7 @@
           <ant dir="logger" target="docs"/>
           <ant dir="naming" target="docs"/>
           <ant dir="pool" target="docs"/>
  +        <ant dir="proxy" target="docs"/>
           <ant dir="tar" target="docs"/>
           <ant dir="testcase" target="docs"/>
           <ant dir="thread" target="docs"/>
  @@ -238,6 +241,7 @@
           <ant dir="logger" target="site"/>
           <ant dir="naming" target="site"/> 
           <ant dir="pool" target="site"/>
  +        <ant dir="proxy" target="site"/>
           <ant dir="tar" target="site"/>
           <ant dir="testcase" target="site"/>
           <ant dir="thread" target="site"/>
  @@ -257,6 +261,7 @@
           <ant dir="logger" target="real-clean"/>
           
           <ant dir="pool" target="real-clean"/>
  +        <ant dir="proxy" target="real-clean"/>
           <ant dir="thread" target="real-clean"/>
           <ant dir="component" target="real-clean"/>
           <ant dir="util" target="real-clean"/>
  
  
  
  1.7       +2 -0      jakarta-avalon-excalibur/site/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/xdocs/book.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- book.xml	5 Apr 2002 05:33:58 -0000	1.6
  +++ book.xml	5 Apr 2002 06:00:02 -0000	1.7
  @@ -14,6 +14,7 @@
       <menu-item label="AltRMI" href="altrmi/index.html"/>  
       <menu-item label="BZip2" href="bzip2/index.html"/>  
       <menu-item label="Baxter" href="baxter/index.html"/>  
  +    <menu-item label="Cache" href="cache/index.html"/>  
       <menu-item label="CLI" href="cli/index.html"/>  
       <menu-item label="Collections" href="collections/index.html"/>      
       <menu-item label="Command" href="command/index.html"/>      
  @@ -28,6 +29,7 @@
       <menu-item label="Logger" href="logger/index.html"/>      
       <menu-item label="Naming" href="naming/index.html"/>
       <menu-item label="Pool" href="pool/index.html"/>          
  +    <menu-item label="Proxy" href="proxy/index.html"/>
       <menu-item label="Testcase" href="testcase/index.html"/>
       <menu-item label="TAR" href="tar/index.html"/>
       <menu-item label="Thread" href="thread/index.html"/>
  
  
  
  1.1                  jakarta-avalon-excalibur/template-product/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
    <header>
      <title>Excalibur - ???</title>
      <authors>
        <person name="????" email="???"/>
      </authors>
    </header>
    <body>
      <s1 title="Introduction">
        <p>
          Blah Blah
        </p>
      </s1>
    </body>
    <footer>
      <legal>
        Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2002/04/05 06:00:02 $
      </legal>
    </footer>
  </document>
  
  
  

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