summaryrefslogtreecommitdiffstats
path: root/src/targets/try.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/targets/try.xml')
-rw-r--r--src/targets/try.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/targets/try.xml b/src/targets/try.xml
new file mode 100644
index 0000000000..695b2253c8
--- /dev/null
+++ b/src/targets/try.xml
@@ -0,0 +1,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 -->