Mercurial > repos > devteam > test
annotate echo.xml @ 0:62ff7ec30ec8 draft default tip
Uploaded version 1.0.0
| author | devteam |
|---|---|
| date | Fri, 17 Apr 2020 23:06:37 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool id="a_test_tool" name="Test" version="1.0.0"> | |
| 3 <description>- does nothing</description> | |
| 4 <command detect_errors="exit_code">echo "Version 1.0.0" > '$output'</command> | |
| 5 <inputs /> | |
| 6 <outputs> | |
| 7 <data name="output" format="text" /> | |
| 8 </outputs> | |
| 9 </tool> |
