|
@@ -74,6 +74,10 @@ set of source files.</p> |
|
|
The mapper "to" attribute is relative to the target file, or to |
|
|
The mapper "to" attribute is relative to the target file, or to |
|
|
the "dir" attribute of the nested srcfiles element. |
|
|
the "dir" attribute of the nested srcfiles element. |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
<em>Since Ant 1.6.3</em>, |
|
|
|
|
|
one can use a filenamemapper type in place of the mapper element. |
|
|
|
|
|
</p> |
|
|
<h3>Examples</h3> |
|
|
<h3>Examples</h3> |
|
|
<pre> <uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" > |
|
|
<pre> <uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" > |
|
|
<srcfiles dir= "${src}/xml" includes="**/*.dtd"/> |
|
|
<srcfiles dir= "${src}/xml" includes="**/*.dtd"/> |
|
|