diff bccdc_macros.xml @ 1:5c5027485f7d draft

Uploaded correct file
author damion
date Sun, 09 Aug 2015 16:07:50 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bccdc_macros.xml	Sun Aug 09 16:07:50 2015 -0400
@@ -0,0 +1,27 @@
+<macros>
+
+    <xml name="stdio">
+        <stdio>
+            <!-- Anything other than zero is an error -->
+            <exit_code range="1:" />
+            <exit_code range=":-1" />
+            <!-- In case the return code has not been set propery check stderr too -->
+            <regex match="Error:" />
+            <regex match="Exception:" />
+        </stdio>
+    </xml>
+
+    <xml name="requirements">
+        <requirements>
+            <requirement type="binary">@BINARY@</requirement>
+        </requirements>
+        <!-- <version_command>@BINARY@ -version</version_command> -->
+    </xml>
+
+    <token name="@REFERENCES@">
+    </token>
+    <token name="@REFERENCES_2@">
+		REFERENCES.
+    </token>
+
+</macros>