freebsd-ports/java/jakarta-commons-beanutils/pkg-descr
Herve Quiroz 8624e8ebde - Update to 1.7.0
- Dynamic plist
- Use USE_ANT
- remove files/LICENSE: the project is now under Apache 2.0 license (which is
  included in the distribution)
- New feature: API documentation is now cross-linked with API documentation
  from dependency packages, such as commons-collections, if installed
- Use MASTER_SITE_APACHE_JAKARTA
- Use INSTALL_DATA rather than CP and ECHO_MSG rather than ECHO
- Use JAVALIBDIR in place of JAVAJARDIR where appropriate
- Fix URL is pkg-descr
2004-11-29 02:41:13 +00:00

5 lines
213 B
Text

JavaBeans utility library. It provides wrappers around getters
and setters for a property in an object for classes that conform
to the JavaBeans naming standard.
WWW: http://jakarta.apache.org/commons/beanutils/