On Fri, 12 Oct 2001 22:42, Tim Dawson wrote: > > >>1. Deployment Descriptor > > >> > > >>Specify a deployment descriptor for an antlib jar. This > > > > would reside in > > > > >>"meta-inf/antlib.xml" and have a simple structure: > > >> > > >><antlib version="1.0"> > > >> <task name="..." class="..."/> > > >> <task name="..." class="..."/> > > >> <type name="..." class="..."/> > > >> <type name="..." class="..."/> > > >></antlib> > > >> > > >>NOTE: datatype shortened to "type" from previous proposal. > > > > > > -1 I would shorten it to data instead. AS in future we will > > > > have other types > > > > > (Conditions, Mappers etc) > > I'm not following. And even if I were, couldn't we just name those > elements <condition> and <mapper>. ?
condition is a type task is a type mapper is a type type is a type ????? -- Cheers, Pete -------------------------------------------------- The fact that nobody understands you doesn't mean you're an artist. --------------------------------------------------
