mylyn-suite/platform.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Fri Feb 05 18:38:28 2010 +0100 (5 weeks ago)
changeset 38 f368d0cf0ca8
parent 7 32dcb0b1690c
permissions -rw-r--r--
By default build and test the sample
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project name="netbinox-mylyn-sample" default="build" 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>