build.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Mon Oct 19 20:45:59 2009 +0200
changeset 7 32dcb0b1690c
parent 3 64b9cd037209
permissions -rw-r--r--
Documenting few code snippets
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project name="netbinox-mylyn-sample" default="convert" basedir=".">
     3     <!-- BEGIN: netbinox.mylyn.clusterize -->
     4     <target name="convert">
     5         <ant antfile="${harness.dir}/suite.xml" target="clusterize">
     6             <property name="cluster" location="eclipse"/>
     7             <property name="includes" value="modules/*.jar"/>
     8         </ant>
     9     </target>
    10     <!-- END: netbinox.mylyn.clusterize -->
    11 </project>