|
|
@@ -88,7 +88,7 @@ |
|
|
|
is a property file contains name to classname pairs. If the value |
|
|
|
is "xml", the file/resource is an xml file/resource structured according |
|
|
|
to <a href="../CoreTypes/antlib.html">Antlib</a>. |
|
|
|
The default is "properties" unless the file/resorce name ends with |
|
|
|
The default is "properties" unless the file/resource name ends with |
|
|
|
".xml", in which case the format attribute will have the value "xml". |
|
|
|
(introduced in ant1.6) |
|
|
|
</td> |
|
|
@@ -159,7 +159,7 @@ |
|
|
|
The following fragment defines define a type called <i>urlset</i>. |
|
|
|
<pre> |
|
|
|
<typedef name="urlset" classname="com.mydomain.URLSet"/> </pre> |
|
|
|
The data type is now availabe to Ant. The |
|
|
|
The data type is now available to Ant. The |
|
|
|
class <code>com.mydomain.URLSet</code> implements this type.</p> |
|
|
|
<p> |
|
|
|
Assuming a class <i>org.acme.ant.RunnableAdapter</i> that |
|
|
|