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": [
{
"type": "path",
"url": "../seeddms-ext/core",
"url": "../core",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../seeddms-ext/lucene",
"url": "../lucene",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../seeddms-ext/preview",
"url": "../preview",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../seeddms-ext/sqlitefts",
"url": "../sqlitefts",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../seeddms-ext/http_webdav_server",
"url": "../http_webdav_server",
"options": {
"symlink": false
}