Mercurial > repos > devteam > a_selenium_test_repo
annotate echo.xml @ 0:afb8eae6f080 draft
Uploaded version 1.0.0
author | devteam |
---|---|
date | Fri, 17 Apr 2020 23:08:55 -0400 |
parents | |
children | ee7e05fc0eeb |
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> |