Mercurial > hg > sonic-visualiser
comparison vext-project.json @ 1724:e4352ff029cf vext
Update vext
author | Chris Cannam |
---|---|
date | Thu, 29 Jun 2017 14:16:19 +0100 |
parents | bf8a5ce8fb62 |
children | a6c11c2e19dd |
comparison
equal
deleted
inserted
replaced
1723:b97b2b7af50c | 1724:e4352ff029cf |
---|---|
3 "extdir": "." | 3 "extdir": "." |
4 }, | 4 }, |
5 "services": { | 5 "services": { |
6 "soundsoftware": { | 6 "soundsoftware": { |
7 "vcs": ["hg", "git"], | 7 "vcs": ["hg", "git"], |
8 "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}", | 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", |
9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}" | 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" |
10 } | 10 } |
11 }, | 11 }, |
12 "libs": { | 12 "libraries": { |
13 "vamp-plugin-sdk": { | 13 "vamp-plugin-sdk": { |
14 "vcs": "hg", | 14 "vcs": "hg", |
15 "service": "soundsoftware" | 15 "service": "soundsoftware" |
16 }, | 16 }, |
17 "svcore": { | 17 "svcore": { |