cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp SQLNestedException.java

2004-09-01 Thread yoavs
yoavs 2004/09/01 17:13:00 Modified:dbcp build.xml dbcp/src/java/org/apache/commons/dbcp SQLNestedException.java Log: Made DBCP compile on JDK 1.5.0 (or 5.0, whatever ;)) by adding source=1.4 to compiler arguments. This can

cvs commit: jakarta-commons/dbcp/xdocs/guide jndi-howto.xml

2004-08-31 Thread yoavs
yoavs 2004/08/31 14:56:49 Modified:dbcp/xdocs/guide jndi-howto.xml Log: Fixed broken link, Bugzilla 30938. Revision ChangesPath 1.3 +1 -1 jakarta-commons/dbcp/xdocs/guide/jndi-howto.xml Index: jndi-howto.xml

cvs commit: jakarta-commons/dbcp/xdocs release-notes-1.2.2.xml

2004-08-21 Thread yoavs
yoavs 2004/08/21 14:00:15 Modified:dbcp/src/java/org/apache/commons/dbcp DelegatingPreparedStatement.java DelegatingStatement.java Added: dbcp/xdocs release-notes-1.2.2.xml Log: Addressed bugzilla 28007, added release notes

cvs commit: jakarta-commons/dbcp build.xml project.xml

2004-08-21 Thread yoavs
yoavs 2004/08/21 14:20:59 Modified:dbcp build.xml project.xml Log: Added myself to project.xml, updated build.xml JavaDoc copyright dates, and added comment about JDBC 2.0 download to project.xml. Revision ChangesPath 1.26 +2 -2 jakarta-commons/dbcp

cvs commit: jakarta-commons/commons-build/xdocs/releases prepare.xml

2004-05-13 Thread yoavs
yoavs 2004/05/13 08:30:04 Modified:commons-build/xdocs/releases prepare.xml Log: Fixed bad link URL. Revision ChangesPath 1.8 +1 -1 jakarta-commons/commons-build/xdocs/releases/prepare.xml Index: prepare.xml

cvs commit: jakarta-commons/commons-build/xdocs/releases prepare.xml

2004-05-13 Thread yoavs
yoavs 2004/05/13 07:56:37 Modified:commons-build/xdocs/releases prepare.xml Log: Fixed Sun links for Jar tool and Versioning spec. Revision ChangesPath 1.7 +2 -2 jakarta-commons/commons-build/xdocs/releases/prepare.xml Index: prepare.xml

cvs commit: jakarta-commons-sandbox/threadpool/xdocs index.xml

2004-03-16 Thread yoavs
yoavs 2004/03/16 10:46:07 Modified:threadpool/xdocs index.xml Log: Added reference to util.concurrent library. Revision ChangesPath 1.3 +13 -0 jakarta-commons-sandbox/threadpool/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale/converters DecimalLocaleConverter.java

2004-02-03 Thread yoavs
yoavs 2004/02/03 18:22:55 Modified:beanutils/src/java/org/apache/commons/beanutils/locale package.html beanutils/src/java/org/apache/commons/beanutils/locale/converters DecimalLocaleConverter.java Log: Fixed typo

cvs commit: jakarta-commons/xdocs components.xml

2004-01-13 Thread yoavs
yoavs 2004/01/13 06:29:58 Modified:.build.xml docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html directory.html discovery.html el.html

cvs commit: jakarta-commons/daemon/xdocs index.xml

2004-01-13 Thread yoavs
yoavs 2004/01/13 07:02:06 Modified:daemon project.xml daemon/xdocs index.xml Log: Corrected typos and release number. Revision ChangesPath 1.7 +1 -1 jakarta-commons/daemon/project.xml Index: project.xml

cvs commit: jakarta-commons/daemon RELEASE-NOTES.txt build.xml

2004-01-13 Thread yoavs
yoavs 2004/01/13 07:07:07 Modified:daemon RELEASE-NOTES.txt build.xml Log: Updated version references to 1.0 from 1.0-dev or 1.0-Alpha Revision ChangesPath 1.2 +2 -2 jakarta-commons/daemon/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BasicRowProcessor.java

2003-11-10 Thread yoavs
yoavs 2003/11/10 08:16:32 Modified:dbutils/src/java/org/apache/commons/dbutils BasicRowProcessor.java Log: Cleaned up spelling (primitiveDefaults) and a bit of JavaDoc. Revision ChangesPath 1.4 +48 -23 jakarta-commons/dbutils/src/java

cvs commit: jakarta-commons/dbutils STATUS.html

2003-11-10 Thread yoavs
yoavs 2003/11/10 08:18:42 Modified:dbutils STATUS.html Log: Revision ChangesPath 1.2 +2 -1 jakarta-commons/dbutils/STATUS.html Index: STATUS.html === RCS file: /home/cvs/jakarta

cvs commit: jakarta-commons/dbutils project.xml

2003-11-10 Thread yoavs
yoavs 2003/11/10 08:28:05 Modified:dbutils project.xml Log: Added myself. Revision ChangesPath 1.4 +9 -0 jakarta-commons/dbutils/project.xml Index: project.xml === RCS file: /home/cvs

cvs commit: jakarta-commons/dbutils/xdocs examples.xml

2003-11-10 Thread yoavs
yoavs 2003/11/10 08:45:45 Added: dbutils/xdocs examples.xml Log: Initial version of Examples page. Revision ChangesPath 1.1 jakarta-commons/dbutils/xdocs/examples.xml Index: examples.xml

cvs commit: jakarta-commons/dbutils/xdocs navigation.xml

2003-11-10 Thread yoavs
yoavs 2003/11/10 08:46:29 Modified:dbutils/xdocs navigation.xml Log: Added Examples page. Revision ChangesPath 1.2 +1 -0 jakarta-commons/dbutils/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/dbutils/xdocs index.xml

2003-11-10 Thread yoavs
yoavs 2003/11/10 08:47:30 Modified:dbutils/xdocs index.xml Log: Removed basic example and added link to examples. Revision ChangesPath 1.3 +1 -40 jakarta-commons/dbutils/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons/xdocs components.xml

2003-09-16 Thread yoavs
yoavs 2003/09/16 08:05:42 Modified:xdocscomponents.xml Log: Updated link to commons daemon site Revision ChangesPath 1.98 +1 -1 jakarta-commons/xdocs/components.xml Index: components.xml

cvs commit: jakarta-commons/daemon - Imported sources

2003-09-04 Thread yoavs
yoavs 2003/09/04 16:28:21 Log: Importing from commons-sandbox to commons proper Status: Vendor Tag: JAKARTA_COMMONS_SANDBOX Release Tags: INITIAL_COMMI N jakarta-commons/daemon/.cvsignore N jakarta-commons/daemon/LICENSE N jakarta-commons/daemon/LICENSE.txt N

cvs commit: jakarta-commons-sandbox/daemon/xdocs/images logo.gif

2003-09-04 Thread yoavs
yoavs 2003/09/04 16:33:46 Removed: daemon .cvsignore LICENSE LICENSE.txt PROPOSAL.html README RELEASE-NOTES.txt STATUS.html build-maven.xml build.properties.sample build.xml project.xml daemon/src/conf MANIFEST.MF

cvs commit: jakarta-commons/daemon project.xml

2003-09-04 Thread yoavs
yoavs 2003/09/04 16:42:57 Modified:daemon project.xml Log: Updated after move from sandbox Revision ChangesPath 1.2 +5 -6 jakarta-commons/daemon/project.xml Index: project.xml === RCS

cvs commit: jakarta-commons/xdocs components.xml

2003-09-04 Thread yoavs
yoavs 2003/09/04 16:56:00 Modified:xdocscomponents.xml Log: Updated to reflect daemon move from sandbox into commons proper Revision ChangesPath 1.97 +13 -7 jakarta-commons/xdocs/components.xml Index: components.xml

cvs commit: jakarta-commons/docs components.html

2003-09-04 Thread yoavs
yoavs 2003/09/04 17:20:11 Modified:.build.xml docs components.html Log: - Updated jdom dependency to jdom-b9 instead of jdom-b8 as that's what velocity 1.4-dev is using - Updated site to reflect commons-daemon promotion from sandbox Revision

cvs commit: jakarta-commons/xdocs/stylesheets/menus components.xml sandbox.xml

2003-09-04 Thread yoavs
yoavs 2003/09/04 17:24:20 Modified:xdocs/stylesheets/menus components.xml sandbox.xml Log: Updated after daemon move from sandbox to commons proper Revision ChangesPath 1.2 +3 -2 jakarta-commons/xdocs/stylesheets/menus/components.xml Index

cvs commit: jakarta-commons/docs/releases index.html mirror.html prepare.html release.html

2003-09-04 Thread yoavs
yoavs 2003/09/04 17:25:29 Modified:docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html discovery.html el.html index.html

cvs commit: jakarta-commons/modeler project.xml

2003-08-18 Thread yoavs
yoavs 2003/08/18 07:04:32 Modified:modeler project.xml Log: Updated developers Revision ChangesPath 1.6 +5 -5 jakarta-commons/modeler/project.xml Index: project.xml === RCS file: /home

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http RequestImpl.java

2003-08-18 Thread yoavs
yoavs 2003/08/18 17:43:42 Modified:latka/src/java/org/apache/commons/latka/http RequestImpl.java Log: Applied misc JavaDoc corrections for bug 12916. Revision ChangesPath 1.38 +8 -9 jakarta-commons/latka/src/java/org/apache/commons

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/net package.html

2003-08-18 Thread yoavs
yoavs 2003/08/18 17:50:05 Modified:codec/src/java/org/apache/commons/codec/net package.html Log: Added description of contents of package. Revision ChangesPath 1.2 +7 -0 jakarta-commons/codec/src/java/org/apache/commons/codec/net/package.html Index

cvs commit: jakarta-commons/xdocs modeler.xml

2003-08-14 Thread yoavs
yoavs 2003/08/13 07:33:19 Modified:xdocsmodeler.xml Log: Added 1.1 release Revision ChangesPath 1.3 +1 -0 jakarta-commons/xdocs/modeler.xml Index: modeler.xml === RCS file: /home

cvs commit: jakarta-commons/modeler KEYS.txt

2003-08-14 Thread yoavs
yoavs 2003/08/05 13:52:20 Added: modeler KEYS.txt Log: Initial keys file for modeler contains only myself Revision ChangesPath 1.1 jakarta-commons/modeler/KEYS.txt Index: KEYS.txt

cvs commit: jakarta-commons/modeler project.xml

2003-08-14 Thread yoavs
yoavs 2003/08/12 06:18:14 Modified:modeler project.xml Log: Added myself as developer, updated version to 1.1 Revision ChangesPath 1.5 +8 -1 jakarta-commons/modeler/project.xml Index: project.xml

cvs commit: jakarta-commons/docs components.html

2003-08-14 Thread yoavs
yoavs 2003/08/13 07:29:45 Modified:docs components.html Log: Updated components, modeler for modeler 1.1 release Revision ChangesPath 1.116 +1 -0 jakarta-commons/docs/components.html Index: components.html

cvs commit: jakarta-commons/xdocs contributors.xml

2003-08-14 Thread yoavs
yoavs 2003/08/13 07:44:17 Modified:xdocscontributors.xml Log: Added myself :) Revision ChangesPath 1.12 +1 -0 jakarta-commons/xdocs/contributors.xml Index: contributors.xml === RCS

cvs commit: jakarta-commons/xdocs components.xml

2003-08-14 Thread yoavs
yoavs 2003/08/12 10:56:57 Modified:xdocscomponents.xml Log: Added modeler release 1.1 Revision ChangesPath 1.96 +1 -0 jakarta-commons/xdocs/components.xml Index: components.xml

cvs commit: jakarta-commons/modeler/xdocs index.xml

2003-08-14 Thread yoavs
yoavs 2003/08/12 06:16:27 Modified:modeler/xdocs index.xml Log: Updated for release 1.1 Revision ChangesPath 1.2 +2 -1 jakarta-commons/modeler/xdocs/index.xml Index: index.xml === RCS

cvs commit: jakarta-commons/docs modeler.html

2003-08-14 Thread yoavs
yoavs 2003/08/13 07:35:10 Modified:docs modeler.html Log: Updated modeler.html for release 1.1 Revision ChangesPath 1.48 +1 -0 jakarta-commons/docs/modeler.html Index: modeler.html

cvs commit: jakarta-commons/modeler/src/conf MANIFEST.MF

2003-08-04 Thread yoavs
yoavs 2003/08/04 16:55:03 Modified:modeler/src/conf MANIFEST.MF Log: Updated manifest for release 1.1 Revision ChangesPath 1.4 +1 -1 jakarta-commons/modeler/src/conf/MANIFEST.MF Index: MANIFEST.MF

cvs commit: jakarta-commons/modeler RELEASE-NOTES-1.1.txt

2003-07-28 Thread yoavs
yoavs 2003/07/28 17:21:27 Modified:modeler RELEASE-NOTES-1.1.txt Log: - First version of 1.1 release notes Revision ChangesPath 1.6 +18 -21jakarta-commons/modeler/RELEASE-NOTES-1.1.txt Index: RELEASE-NOTES-1.1.txt

cvs commit: jakarta-commons/modeler STATUS.html

2003-07-28 Thread yoavs
yoavs 2003/07/28 17:22:29 Modified:modeler STATUS.html Log: - Added myself as a committer Revision ChangesPath 1.5 +2 -1 jakarta-commons/modeler/STATUS.html Index: STATUS.html === RCS

cvs commit: jakarta-commons/modeler STATUS.html

2003-07-28 Thread yoavs
yoavs 2003/07/28 17:31:02 Modified:modeler STATUS.html Log: - Added myself as a committer Revision ChangesPath 1.6 +3 -3 jakarta-commons/modeler/STATUS.html Index: STATUS.html === RCS

cvs commit: jakarta-commons/modeler RELEASE-PLAN-1.1.txt

2003-07-28 Thread yoavs
yoavs 2003/07/28 17:31:33 Added: modeler RELEASE-PLAN-1.1.txt Log: - First draft of modeler 1.1 release plan Revision ChangesPath 1.1 jakarta-commons/modeler/RELEASE-PLAN-1.1.txt Index: RELEASE-PLAN-1.1.txt

cvs commit: jakarta-commons/modeler build.xml

2003-07-28 Thread yoavs
yoavs 2003/07/28 17:50:44 Modified:modeler build.xml Log: - Added descriptions where missing - Modified version number to 1.1 (from 1.1-M1) - Modified CVS tag in release target to 1.1 - Misc spelling fixes Revision ChangesPath 1.20 +25 -18jakarta

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler/modules MbeansDescriptorsIntrospectionSource.java

2003-07-28 Thread yoavs
yoavs 2003/07/28 17:59:39 Modified:modeler/src/java/org/apache/commons/modeler/modules MbeansDescriptorsIntrospectionSource.java Log: - Added Apache license - Added and fixed JavaDoc Revision ChangesPath 1.12 +92 -9 jakarta-commons