assume other repositories as siblings of this dir

This commit is contained in:
Uwe Steinmann 2025-09-21 11:29:08 +02:00
parent 389562169d
commit b01b67d923

View File

@ -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
} }