summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-12-08 22:26:29 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-12-08 22:26:29 +0000
commit080e6db266e5df288a61d130b8b2801f12711bea (patch)
tree69b6eb9d4995ecd95fbd0b2e955684e275fdf4b4 /java/Makefile
parent- Update to 0.7.6 (diff)
New port jakarta-commons-primitives:
Apache Jakarta Commons Primitives provides a collection of types and utilities optimized for working with Java primitives (boolean, byte, char, double, float, int, long, short). Generally, the Commons-Primitives classes are faster, smaller and easier to work with than their purely Object based alternatives. Currently Commons Primitives is primarily composed of implementations of the java.util collections adapted for the primitive types. WWW: http://jakarta.apache.org/commons/primitives PR: 59017 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes
Notes: svn path=/head/; revision=95422
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 49ebfee125ea..de3ecf40cd1f 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -34,6 +34,7 @@
SUBDIR += jakarta-commons-lang
SUBDIR += jakarta-commons-logging
SUBDIR += jakarta-commons-pool
+ SUBDIR += jakarta-commons-primitives
SUBDIR += jakarta-log4j
SUBDIR += jakarta-oro
SUBDIR += jakarta-regexp