> >>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>. ? > -1 to <data> - we are not declaring data here. ok, I give. what should it be? should we just move it back to 'datatype'? Tim
