rdonkin 2004/05/10 12:48:42
Added: beanutils README.txt
Log:
README file about new changes.
Revision Changes Path
1.1 jakarta-commons/beanutils/README.txt
Index: README.txt
===================================================================
README
======
Jars
----
BeanUtils now comes packaged (into jars) in two different ways:
an all-in-one jar (commons-beanutils.jar);
and as modular component jars:
commons-beanutils-core.jar (core classes)
commons-beanutils-bean-collections.jar (additional dependency on
commons-collections 3.0)
Those who want it all should grab the all-in-one jar (and the optional dependencies)
whereas those who need minimal dependencies should use commons-beanutils-core.jar
plus any optional jars they plan to use.
All classes that were in the last release are in commons-beanutils-core except for
BeanComparator.
Commons-Collections
-------------------
BeanUtils now ships with a small number of commons collections classes.
This is a temporary measure intended to allow BeanUtils core to be used with
either commons-collections 2 or commons-collections-3 without a dependency on either.
It is intended that soon BeanUtils core will have no dependency on any commons
collection
packaged classes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]