blob: 1f21fc7c542d741644627f9d8ba1f610de3e7663 [file] [log] [blame]
<ant-lib version="1.0">
<types>
<!-- Register a data-type -->
<data-type name="test-type1"
classname="org.apache.myrmidon.components.deployer.TestType1"/>
<!-- Register a custom role implementation -->
<test-role1 name="test-type1"
classname="org.apache.myrmidon.components.deployer.TestType1"/>
<!-- Register a converter -->
<converter classname="org.apache.myrmidon.components.deployer.TestConverter1"
source="java.lang.String"
destination="org.apache.myrmidon.components.deployer.TestType1"/>
</types>
</ant-lib>