mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +00:00
assume other repositories as siblings of this dir
This commit is contained in:
parent
389562169d
commit
b01b67d923
|
|
@ -65,35 +65,35 @@
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../seeddms-ext/core",
|
"url": "../core",
|
||||||
"options": {
|
"options": {
|
||||||
"symlink": false
|
"symlink": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../seeddms-ext/lucene",
|
"url": "../lucene",
|
||||||
"options": {
|
"options": {
|
||||||
"symlink": false
|
"symlink": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../seeddms-ext/preview",
|
"url": "../preview",
|
||||||
"options": {
|
"options": {
|
||||||
"symlink": false
|
"symlink": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../seeddms-ext/sqlitefts",
|
"url": "../sqlitefts",
|
||||||
"options": {
|
"options": {
|
||||||
"symlink": false
|
"symlink": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../seeddms-ext/http_webdav_server",
|
"url": "../http_webdav_server",
|
||||||
"options": {
|
"options": {
|
||||||
"symlink": false
|
"symlink": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user