Mercurial > repos > devteam > test
changeset 0:62ff7ec30ec8 draft default tip
Uploaded version 1.0.0
author | devteam |
---|---|
date | Fri, 17 Apr 2020 23:06:37 -0400 |
parents | |
children | |
files | echo.xml |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/echo.xml Fri Apr 17 23:06:37 2020 -0400 @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<tool id="a_test_tool" name="Test" version="1.0.0"> + <description>- does nothing</description> + <command detect_errors="exit_code">echo "Version 1.0.0" > '$output'</command> + <inputs /> + <outputs> + <data name="output" format="text" /> + </outputs> +</tool> \ No newline at end of file