1.1 is the lastest release of jakarta-commons-dbutils. DbUtils is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data. Fix: Patch attached with submission follows:
arved 2007-03-18 21:22:55 UTC FreeBSD ports repository Modified files: databases/jakarta-commons-dbutils Makefile distinfo Removed files: databases/jakarta-commons-dbutils/files patch-build.xml Log: Update to 1.1, Pass Maintainership to Submitter PR: 110442 Submitted by: Nemo Liu<nemoliu@gmail.com> Revision Changes Path 1.3 +4 -5 ports/databases/jakarta-commons-dbutils/Makefile 1.2 +3 -3 ports/databases/jakarta-commons-dbutils/distinfo 1.2 +0 -20 ports/databases/jakarta-commons-dbutils/files/patch-build.xml (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks