Mercurial > repos > devteam > a_selenium_test_repo
annotate echo.xml @ 1:ee7e05fc0eeb draft default tip
Uploaded version 2.0.0
author | devteam |
---|---|
date | Mon, 20 Apr 2020 09:49:52 -0400 |
parents | afb8eae6f080 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
1 | 2 <tool id="a_test_tool" name="Test" version="2.0.0"> |
0 | 3 <description>- does nothing</description> |
1 | 4 <command detect_errors="exit_code">echo "Version 2.0.0" > '$output'</command> |
0 | 5 <inputs /> |
6 <outputs> | |
7 <data name="output" format="text" /> | |
8 </outputs> | |
1 | 9 </tool> |