You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2002/04/23 02:19:46 UTC

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

rwaldhoff    02/04/22 17:19:46

  Modified:    xdocs    components.xml
               xdocs/stylesheets project.xml
  Log:
  links to pool docs
  
  Revision  Changes    Path
  1.20      +1 -1      jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- components.xml	5 Apr 2002 18:36:55 -0000	1.19
  +++ components.xml	23 Apr 2002 00:19:46 -0000	1.20
  @@ -142,7 +142,7 @@
      <!-- /JXPath -->
   
      <!-- Pool -->
  -    <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/">Pool</a></big></b></dt>
  +    <dt><b><big><a href="./pool/index.html">Pool</a></big></b></dt>
       <dd>
        Commons-Pool provides generic object pooling services.
       </dd>
  
  
  
  1.28      +142 -71   jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	4 Mar 2002 04:17:08 -0000	1.27
  +++ project.xml	23 Apr 2002 00:19:46 -0000	1.28
  @@ -1,71 +1,142 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Commons"
  -        href="http://jakarta.apache.org/commons/">
  -
  -    <title>Commons</title>
  -    <logo href="/images/logo.jpg">Commons</logo>
  -
  -    <body>
  -
  -    <menu name="Home">
  -        <item name="Jakarta Commons"       href="/index.html" />
  -    </menu>
  -
  -    <menu name="About Us">
  -        <item name="Contributors"           href="/contributors.html"/>
  -        <item name="License"                href="/license.html"/>
  -    </menu>
  -
  -    <menu name="Download">
  -        <item name="Release"                href="http://jakarta.apache.org/builds/jakarta-commons/release"/>
  -        <item name="Nightly"                href="http://jakarta.apache.org/builds/jakarta-commons/nightly"/>
  -    </menu>
  -
  -    <menu name="Information">
  -        <item name="Overview"               href="/index.html"/>
  -        <item name="Components"             href="/components.html"/>
  -        <!-- Yet to come?
  -        <item name="Guidelines"             href="/guidelines.html"/>
  -        <item name="News"                   href="/news.html"/>
  -        -->
  -        <!-- deprecated?
  -        <item name="Commons Proper"         href="/commons.html"/>
  -        <item name="Sandbox"                href="/sandbox.html"/>
  -        -->
  -    </menu>
  -
  -    <menu name="Components Repository">
  -        <item name="BeanUtils"              href="/beanutils.html"/>
  -        <item name="Cactus"                 href="/cactus/index.html"/>
  -        <item name="Collections"            href="/collections.html"/>
  -        <item name="Digester"               href="/digester.html"/>
  -        <item name="DBCP"                   href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/"/>
  -        <item name="HTTP Client"            href="/httpclient"/>
  -        <item name="JXPath"                 href="http://cvs.apache.org/viewcvs/jakarta-commons/jxpath/"/>
  -        <item name="Latka"                  href="/latka/index.html"/>
  -        <item name="Logging"                href="/logging.html"/>
  -        <item name="Pool"                   href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/>
  -        <item name="Validator"              href="http://cvs.apache.org/viewcvs/jakarta-commons/validator/"/>
  -    </menu>
  -
  -    <menu name="Sandbox Components">
  -        <item name="Betwixt"                href="/betwixt.html"/>
  -        <item name="Jelly"                  href="/jelly.html"/>
  -        <item name="JJar"                   href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
  -        <item name="Messenger"              href="/messenger.html"/>
  -        <item name="Workflow"               href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/>
  -    </menu>
  -
  -    <menu name="Jakarta Community">
  -        <item name="Get Involved"           href="/site/getinvolved.html"/>
  -        <item name="Mailing Lists"          href="/site/mail.html"/>
  -        <item name="CVS Repositories"       href="/site/cvsindex.html"/>
  -    </menu>
  -
  -    <menu name="Project Docs">
  -        <item name="Charter"                href="/charter.html"/>
  -        <item name="Releases"               href="/releases.html"/>
  -        <item name="Versioning"             href="/versioning.html"/>
  -    </menu>
  -    </body>
  -</project>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  +
  +<project name="Commons"
  +
  +        href="http://jakarta.apache.org/commons/">
  +
  +
  +
  +    <title>Commons</title>
  +
  +    <logo href="/images/logo.jpg">Commons</logo>
  +
  +
  +
  +    <body>
  +
  +
  +
  +    <menu name="Home">
  +
  +        <item name="Jakarta Commons"       href="/index.html" />
  +
  +    </menu>
  +
  +
  +
  +    <menu name="About Us">
  +
  +        <item name="Contributors"           href="/contributors.html"/>
  +
  +        <item name="License"                href="/license.html"/>
  +
  +    </menu>
  +
  +
  +
  +    <menu name="Download">
  +
  +        <item name="Release"                href="http://jakarta.apache.org/builds/jakarta-commons/release"/>
  +
  +        <item name="Nightly"                href="http://jakarta.apache.org/builds/jakarta-commons/nightly"/>
  +
  +    </menu>
  +
  +
  +
  +    <menu name="Information">
  +
  +        <item name="Overview"               href="/index.html"/>
  +
  +        <item name="Components"             href="/components.html"/>
  +
  +        <!-- Yet to come?
  +
  +        <item name="Guidelines"             href="/guidelines.html"/>
  +
  +        <item name="News"                   href="/news.html"/>
  +
  +        -->
  +
  +        <!-- deprecated?
  +
  +        <item name="Commons Proper"         href="/commons.html"/>
  +
  +        <item name="Sandbox"                href="/sandbox.html"/>
  +
  +        -->
  +
  +    </menu>
  +
  +
  +
  +    <menu name="Components Repository">
  +
  +        <item name="BeanUtils"              href="/beanutils.html"/>
  +
  +        <item name="Cactus"                 href="/cactus/index.html"/>
  +
  +        <item name="Collections"            href="/collections.html"/>
  +
  +        <item name="Digester"               href="/digester.html"/>
  +
  +        <item name="DBCP"                   href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/"/>
  +
  +        <item name="HTTP Client"            href="/httpclient"/>
  +
  +        <item name="JXPath"                 href="http://cvs.apache.org/viewcvs/jakarta-commons/jxpath/"/>
  +
  +        <item name="Latka"                  href="/latka/index.html"/>
  +
  +        <item name="Logging"                href="/logging.html"/>
  +
  +        <item name="Pool"                   href="/pool/index.html"/>
  +
  +        <item name="Validator"              href="http://cvs.apache.org/viewcvs/jakarta-commons/validator/"/>
  +
  +    </menu>
  +
  +
  +
  +    <menu name="Sandbox Components">
  +
  +        <item name="Betwixt"                href="/betwixt.html"/>
  +
  +        <item name="Jelly"                  href="/jelly.html"/>
  +
  +        <item name="JJar"                   href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
  +
  +        <item name="Messenger"              href="/messenger.html"/>
  +
  +        <item name="Workflow"               href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/>
  +
  +    </menu>
  +
  +
  +
  +    <menu name="Jakarta Community">
  +
  +        <item name="Get Involved"           href="/site/getinvolved.html"/>
  +
  +        <item name="Mailing Lists"          href="/site/mail.html"/>
  +
  +        <item name="CVS Repositories"       href="/site/cvsindex.html"/>
  +
  +    </menu>
  +
  +
  +
  +    <menu name="Project Docs">
  +
  +        <item name="Charter"                href="/charter.html"/>
  +
  +        <item name="Releases"               href="/releases.html"/>
  +
  +        <item name="Versioning"             href="/versioning.html"/>
  +
  +    </menu>
  +
  +    </body>
  +
  +</project>
  +
  
  
  

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