Add slash to WWW tag.

Also remove pair new-lines for portlint(1) happy.

Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
This commit is contained in:
Sergey A. Osokin 2003-10-08 09:51:45 +00:00
parent c24ee09e79
commit d2534ef045
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90605
2 changed files with 2 additions and 4 deletions

View file

@ -13,13 +13,11 @@ The DBCP Component
request processing is the only time that a database connection is
required. The application itself logs into the DBMS, and handles any
user account issues internally.
There are several Database Connection Pools already available, both
within Jakarta products and elsewhere. This Commons package provides
an opportunity to coordinate the efforts required to create and
maintain an efficient, feature-rich package under the ASF license.
The commons-dbcp package relies on code in the commons-pool package to
provide the underlying object pool mechanisms that it utilizes.
WWW: http://jakarta.apache.org/commons/dbcp
WWW: http://jakarta.apache.org/commons/dbcp/

View file

@ -6,4 +6,4 @@ The Pool Component
2. A toolkit for creating modular object pools.
3. Several general purpose pool implementations.
WWW: http://jakarta.apache.org/commons/pool
WWW: http://jakarta.apache.org/commons/pool/