1.1 --- a/mylyn-suite/build.xml Fri Feb 05 18:36:12 2010 +0100
1.2 +++ b/mylyn-suite/build.xml Fri Feb 05 18:38:28 2010 +0100
1.3 @@ -2,8 +2,10 @@
1.4 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
1.5 <!-- for some information on what you could do (e.g. targets to override). -->
1.6 <!-- If you delete this file and reopen the project it will be recreated. -->
1.7 -<project name="mylyn-suite" basedir=".">
1.8 +<project name="mylyn-suite" default="all" basedir=".">
1.9 <description>Builds the module suite mylyn-suite.</description>
1.10 <import file="nbproject/build-impl.xml"/>
1.11 <ant antfile="platform.xml" target="convert"/>
1.12 +
1.13 + <target name="all" depends="build,test"/>
1.14 </project>