Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 24017 invoked by uid 500); 22 Apr 2001 11:20:04 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 23973 invoked from network); 22 Apr 2001 11:20:04 -0000 Date: Sun, 22 Apr 2001 13:20:37 +0200 (CEST) From: giacomo X-X-Sender: To: Subject: Re: cvs commit: xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java xsp.xsl In-Reply-To: <3.0.6.32.20010422183006.00eb21e0@mail.alphalink.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Sun, 22 Apr 2001, Peter Donald wrote: > At 08:12 22/4/01 -0000, giacomo@apache.org wrote: > >giacomo 01/04/22 01:12:25 > > Index: xsp.xsl > > =================================================================== > > RCS file: > /home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/ja > va/Attic/xsp.xsl,v > > retrieving revision 1.1.2.26 > > retrieving revision 1.1.2.27 > > diff -u -r1.1.2.26 -r1.1.2.27 > > --- xsp.xsl 2001/04/12 16:57:03 1.1.2.26 > > +++ xsp.xsl 2001/04/22 08:12:25 1.1.2.27 > > @@ -11,7 +11,7 @@ > > > > > > > > > > @@ -43,6 +43,7 @@ > > import org.xml.sax.helpers.*; > > > > import org.apache.avalon.*; > > + import org.apache.avalon.component.*; > > I would highly recomend that unglobbed versions of imports are used. ie > > import org.apache.avalon.component.ComponentManager; > > This makes it much easier for new users to identify where a particular > class comes from (otherwise they would have to search through all the > globbed import packages) and it also makes it easy when to refactor using > scripts ;) Ok, I've started to explicitly import classes based on the samples we have. I'm sure people will come with other classes made available per default. Giacomo --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org