From dc12fb54df04120dfff40ca87bd32561b7fe39c0 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 28 Mar 2018 14:29:46 +0300 Subject: [PATCH] Add core-fonts submodule --- .mrconfig | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/.mrconfig b/.mrconfig index 1c964d5b..18eda096 100644 --- a/.mrconfig +++ b/.mrconfig @@ -8,12 +8,30 @@ checkout = git clone git@github.com:ONLYOFFICE/core.git [core-ext] checkout = git clone git@github.com:ONLYOFFICE/core-ext.git +[core-fonts] +checkout = git clone git@github.com:ONLYOFFICE/core-fonts.git + +[desktop-sdk] +checkout = git clone git@github.com:ONLYOFFICE/desktop-sdk.git + [dictionaries] checkout = git clone git@github.com:ONLYOFFICE/dictionaries.git +[Docker-DocumentServer] +checkout = git clone git@github.com:ONLYOFFICE/Docker-DocumentServer.git + +[document-server-integration] +checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git + +[document-server-package] +checkout = git clone git@github.com:ONLYOFFICE/document-server-package.git + [sdkjs] checkout = git clone git@github.com:ONLYOFFICE/sdkjs.git +[sdkjs-plugins] +checkout = git clone git@github.com:ONLYOFFICE/sdkjs-plugins.git + [server] checkout = git clone git@github.com:ONLYOFFICE/server.git @@ -22,18 +40,3 @@ checkout = git clone git@github.com:ONLYOFFICE/web-apps.git [web-apps-pro] checkout = git clone git@github.com:ONLYOFFICE/web-apps-pro.git - -[document-server-package] -checkout = git clone git@github.com:ONLYOFFICE/document-server-package.git - -[document-server-integration] -checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git - -[Docker-DocumentServer] -checkout = git clone git@github.com:ONLYOFFICE/Docker-DocumentServer.git - -[sdkjs-plugins] -checkout = git clone git@github.com:ONLYOFFICE/sdkjs-plugins.git - -[desktop-sdk] -checkout = git clone git@github.com:ONLYOFFICE/desktop-sdk.git