add vobject as submodule
This commit is contained in:
parent
af5e930c69
commit
65812d8fb8
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -7,3 +7,6 @@
|
|||
[submodule "dav"]
|
||||
path = dav
|
||||
url = https://github.com/sabre-io/dav.git
|
||||
[submodule "vobject"]
|
||||
path = vobject
|
||||
url = git@github.com:sabre-io/vobject.git
|
||||
|
|
|
|||
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
|
@ -11,6 +11,7 @@
|
|||
"port": 9000,
|
||||
"pathMappings": {
|
||||
"/var/lib/nextcloud/server/3rdparty/sabre/dav": "${workspaceRoot}/dav",
|
||||
"/var/lib/nextcloud/server/3rdparty/sabre/vobject": "${workspaceRoot}/vobject",
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
|
|||
1
vobject
Submodule
1
vobject
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5f6665f08b8c4c6b47a5cf94bf14f6f6bea30530
|
||||
Loading…
Add table
Add a link
Reference in a new issue