-1 Besides the fact that this change bundle breaks the "ant clean dist" command that is necessary for the current ngihtly build scripts to work, it alters the semantics with changes like this:
> Index: Catalog.java > =================================================================== > RCS file: > /home/cvs/jakarta-commons/chain/src/java/org/apache/commons/chain/Catalog.java,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -r1.6 -r1.7 > --- Catalog.java 25 Feb 2004 00:01:07 -0000 1.6 > +++ Catalog.java 30 Nov 2004 05:52:22 -0000 1.7 > @@ -37,7 +37,7 @@ > * <p>A default context attribute for storing a default [EMAIL > PROTECTED] Catalog}, > * provided as a convenience only.</p> > */ > - public static final String CATALOG_KEY = > "org.apache.commons.chain.CATALOG"; > + String CATALOG_KEY = "org.apache.commons.chain.CATALOG"; > > /** > Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
