Changeset 1315:b7a9b95fa46e
- Timestamp:
- 07/20/10 20:00:22 (3 years ago)
- Author:
- Thomas Gambet <tgambet@…>
- Branch:
- default
- Message:
-
reordered tasks
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1184
|
r1315
|
|
| 234 | 234 | </output> |
| 235 | 235 | </task> |
| | 236 | |
| | 237 | <task id="feed"> |
| | 238 | <routine> |
| | 239 | <exec id="feed" value="feed" type="observation" /> |
| | 240 | </routine> |
| | 241 | |
| | 242 | <parameters> |
| | 243 | </parameters> |
| | 244 | |
| | 245 | <output> |
| | 246 | <group> |
| | 247 | <observation>feed</observation> |
| | 248 | </group> |
| | 249 | </output> |
| | 250 | </task> |
| 236 | 251 | |
| 237 | 252 | <task id="custom"> |
| … |
… |
|
| 310 | 325 | </output> |
| 311 | 326 | </task> |
| 312 | | |
| 313 | | <task id="feed"> |
| 314 | | <routine> |
| 315 | | <exec id="feed" value="feed" type="observation" /> |
| 316 | | </routine> |
| 317 | | |
| 318 | | <parameters> |
| 319 | | </parameters> |
| 320 | | |
| 321 | | <output> |
| 322 | | <group> |
| 323 | | <observation>feed</observation> |
| 324 | | </group> |
| 325 | | </output> |
| 326 | | </task> |
| 327 | 327 | |
| 328 | 328 | <!-- This task allows developers to test their Unicorn output easily. It should removed in production. --> |