aboutsummaryrefslogtreecommitdiffstats
path: root/tools/targets/try.xml
blob: 695b2253c8e3f661fe77035474c0ef36e101bca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- try.xml ... these are trial build targets which are currently
  undergoing testing. When ready they can be moved into the main build.xml -->

<project default="trial-init" basedir="." name="Trial builds">

  <!-- =================================================================== -->
  <!-- Initialization target                                               -->
  <!-- =================================================================== -->
  <target name="trial-init">

  </target>

</project>

<!-- End of file -->