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

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

jstrachan    2002/06/10 11:27:48

  Modified:    xdocs    sandbox.xml components.xml
               xdocs/stylesheets project.xml
  Log:
  updated documentation links to new commons proper CLI and Betwixt
  
  Revision  Changes    Path
  1.18      +0 -5      jakarta-commons/xdocs/sandbox.xml
  
  Index: sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- sandbox.xml	22 May 2002 18:20:03 -0000	1.17
  +++ sandbox.xml	10 Jun 2002 18:27:48 -0000	1.18
  @@ -45,11 +45,6 @@
     </li>
   
   				<li>
  -     <a href="http://jakarta.apache.org/commons/sandbox/betwixt/">
  -     Betwixt</a>
  -     a bean to XML mapping engine proposal from James Strachan.
  -  </li>
  -				<li>
        <a href="http://jakarta.apache.org/commons/sandbox/jelly/">
        Jelly</a>
        a Java and XML scripting engine proposal from James Strachan.
  
  
  
  1.33      +14 -14    jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- components.xml	22 May 2002 23:15:19 -0000	1.32
  +++ components.xml	10 Jun 2002 18:27:48 -0000	1.33
  @@ -166,6 +166,20 @@
   
     <section name="Pre-Release Components">
      <!-- alpha by name -->
  +    <!-- Betwixt -->
  +    <dt><b><big><a href="http://jakarta.apache.org/commons/betwixt/">Betwixt</a></big></b></dt>
  +    <dd>
  +     Betwixt provides services for mapping JavaBeans to XML documents, and vice versa.
  +    </dd>
  +    <!-- /Betwixt -->
  +
  +    <!-- CLI -->
  +    <dt><b><big><a href="http://jakarta.apache.org/commons/cli/">CLI</a></big></b></dt>
  +    <dd>
  +     CLI provides a simple API for working with Comamnd Line arguments, options, option groups, mandatory options and so forth.
  +    </dd>
  +    <!-- /CLI-->
  +
      <dl>
      <!-- DBCP -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/">DBCP</a></big></b></dt>
  @@ -190,13 +204,6 @@
      <!-- alpha by name -->
      <dl>
   
  -    <!-- Betwixt -->
  -    <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/betwixt/">Betwixt</a></big></b></dt>
  -    <dd>
  -     Betwixt provides services for mapping JavaBeans to XML documents, and vice versa.
  -    </dd>
  -    <!-- /Betwixt -->
  -
       <!-- Cache -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cache/">Cache</a></big></b></dt>
       <dd>
  @@ -210,13 +217,6 @@
        CJAN provides CPAN like services for Java libraries.
       </dd>
       <!-- /CJAN -->
  -
  -    <!-- CLI -->
  -    <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/cli/">CLI</a></big></b></dt>
  -    <dd>
  -     CLI provides a simple API for working with Comamnd Line arguments, options, option groups, mandatory options and so forth.
  -    </dd>
  -    <!-- /CLI-->
   
       <!-- Email -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">Mail</a></big></b></dt>
  
  
  
  1.36      +4 -4      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml	22 May 2002 23:15:18 -0000	1.35
  +++ project.xml	10 Jun 2002 18:27:48 -0000	1.36
  @@ -74,8 +74,12 @@
   
           <item name="BeanUtils"              href="/beanutils.html"/>
   
  +        <item name="Betwixt"                href="http://jakarta.apache.org/commons/betwixt/"/>
  +
           <item name="Cactus"                 href="/cactus/index.html"/>
   
  +        <item name="CLI"                    href="http://jakarta.apache.org/commons/cli/"/>
  +        
           <item name="Collections"            href="/collections.html"/>
   
           <item name="Digester"               href="/digester.html"/>
  @@ -102,10 +106,6 @@
   
       <menu name="Sandbox Components">
   
  -        <item name="Betwixt"                href="http://jakarta.apache.org/commons/sandbox/betwixt/"/>
  -
  -        <item name="CLI"                    href="http://jakarta.apache.org/commons/sandbox/cli/"/>
  -        
           <item name="Jelly"                  href="http://jakarta.apache.org/commons/sandbox/jelly/"/>
   
           <item name="JJar"                   href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
  
  
  

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