Ant contrib [getfilename] - antlib.xml

Ant contrib - antlib.xml

<code>
<antlib>
    <taskdef resource="nes/tasks/antcontrib.properties" />    
    <componentdef name="getfilename"
                  classname="nes.tasks.GetFileName"
                  onerror="ignore" />
</antlib>
</code>

<script class="brush: js" type="syntaxhighlighter">// <![CDATA[

<antlib>
<taskdef resource="nes/tasks/antcontrib.properties" />
<componentdef name="getfilename"
              classname="nes.tasks.GetFileName"
              onerror="ignore" />
</antlib>
// ]]></script>

Tags: 

Catégories: 

Share/Save