16 lines
524 B
XML
16 lines
524 B
XML
|
<!-- 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 -->
|