Mercurial > repos > jmchilton > rvmtest
annotate tool_dependencies.xml @ 1:058a042b5025 draft
Uploaded
| author | jmchilton |
|---|---|
| date | Thu, 08 Aug 2013 02:02:18 -0400 |
| parents | 0a4913cae89c |
| children | b0b00c22ba31 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="rubytest" version="0.1.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 1 | 6 <action type="setup_rvm" ruby="1.9.3-p448"> |
| 7 <gem>protk=1.2.4</gem> | |
| 8 </action> | |
| 9 <action type="shell_command"> | |
| 10 protk_setup.rb omssa | |
| 11 </action> | |
| 12 | |
| 0 | 13 </actions> |
| 14 </install> | |
| 15 <readme> | |
| 16 RVM Example | |
| 17 </readme> | |
| 18 </package> | |
| 19 </tool_dependency> |
