diff macros.xml @ 0:201a15633354 draft default tip

Initial commit.
author galaxyp
date Fri, 10 May 2013 17:28:02 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri May 10 17:28:02 2013 -0400
@@ -0,0 +1,13 @@
+<macros>
+  <macro name="stdio">
+    <stdio>
+      <exit_code range="1:"  level="fatal"   description="Error running mzmatch tool." />
+    </stdio>
+  </macro>
+  <macro name="requires">
+    <requirements>
+      <requirement type="package">mzmatch</requirement>
+      <yield />
+    </requirements>
+  </macro>
+</macros>
\ No newline at end of file