Mercurial > repos > david-hoover > garbage2
annotate tool_dependencies.xml @ 5:6f35c495deb9 draft
Uploaded
| author | david-hoover |
|---|---|
| date | Thu, 19 Jun 2014 12:25:32 -0400 |
| parents | 8d2fa07b4f27 |
| children | ad564f5bb873 |
| rev | line source |
|---|---|
| 2 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 5 | 3 <package name="garbagio" version="1.0.0"> |
| 4 <install version="1.0.0"> | |
| 5 <actions> | |
| 6 <action type="set_environment"> | |
| 7 <environment_variable name="BWA_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
| 8 <environment_variable name="PYTHON_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
| 9 </action> | |
| 10 </actions> | |
| 11 </install> | |
| 12 <readme>Hello world. Welcome to garbage.</readme> | |
| 13 </package> | |
| 2 | 14 </tool_dependency> |
