Peter Donald wrote:

On Fri, 12 Oct 2001 07:24, Tim Dawson wrote:

In summary of the previous thread the proposal is now:

------------
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)




-1 to <data> - we are not declaring data here.

Conor



Reply via email to