Richard S. Hall | 6fe36b4 | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | # sigil repository config |
| 2 | |
| 3 | # repository config |
| 4 | |
| 5 | -repositories: system, project, bld-common |
| 6 | |
| 7 | system;provider: system |
| 8 | system;level: -1 |
| 9 | |
| 10 | project;provider: project |
| 11 | project;level: 0 |
| 12 | project;pattern: ${..}/**/[sigilproject] |
| 13 | |
| 14 | bld-common;provider: filesystem |
| 15 | bld-common;level: 1 |
| 16 | bld-common;recurse: true |
| 17 | bld-common;dir: ${.}/lib |
| 18 | |
| 19 | spring;provider: obr |
| 20 | spring;level: 2 |
| 21 | spring;url: http://sigil.codecauldron.org/spring-repository.obr |
| 22 | spring;index: ../build/spring-repository.obr |
| 23 | |
| 24 | # end |