From 4adba2b88b957df9ccb2a60854a4460d2f4ca7d2 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 27 Jun 2013 19:57:28 +0000 Subject: [PATCH] Update readme with more accurate information. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1497539 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 036c0939d..bd14b5169 100644 --- a/README.txt +++ b/README.txt @@ -4,9 +4,9 @@ Apache Commons Collections Welcome to the Collections component of the Apache Commons project. This component contains many new collections and collection utilities. -Two jar files are produced by this component. -The first, commons-collections.jar is the main jar used by applications. -The second, commons-collections-testframework.jar is an extension to junit +Two jar files (apart from sources and javadocs) are produced by this component. +The first, commons-collections4-x.y.jar is the main jar used by applications. +The second, commons-collections4-x.y-tests.jar is an extension to junit for testing new collection implementations and is not normally used by applications. Building from source