diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:16:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:16:05 +0000 |
commit | eac5ec733c1f7582175aaa4ff5ae639a180cdfe3 (patch) | |
tree | 67d2d2c9eb790abdfccfdc7991e3422f08c7b3e5 /java/Makefile | |
parent | 0ae84877da3dd4cf691110e7da237202f013ea4c (diff) | |
download | ports-eac5ec733c1f7582175aaa4ff5ae639a180cdfe3.tar.gz ports-eac5ec733c1f7582175aaa4ff5ae639a180cdfe3.zip |
Adding jdbcpool version 0.94.
Implements a JDBC connection pool.
PR: 12523
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
Notes
Notes:
svn path=/head/; revision=24253
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 3e7eb75b19b5..285166058c55 100644 --- a/java/Makefile +++ b/java/Makefile @@ -8,6 +8,7 @@ SUBDIR += java-cup SUBDIR += javac_netscape SUBDIR += javamail + SUBDIR += jdbcpool SUBDIR += jdk SUBDIR += jdk-doc SUBDIR += jdk-tutorial |