1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/mylyn-suite/platform.xml Fri Feb 05 18:38:28 2010 +0100
1.3 @@ -0,0 +1,11 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<project name="netbinox-mylyn-sample" default="build" basedir=".">
1.6 + <!-- BEGIN: netbinox.mylyn.clusterize -->
1.7 + <target name="convert">
1.8 + <ant antfile="${harness.dir}/suite.xml" target="clusterize">
1.9 + <property name="cluster" location="../eclipse"/>
1.10 + <property name="includes" value="modules/*.jar"/>
1.11 + </ant>
1.12 + </target>
1.13 + <!-- END: netbinox.mylyn.clusterize -->
1.14 +</project>