diff --git a/build/documenteditor.json b/build/documenteditor.json index d3880ac263..43cdc387fb 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -157,6 +157,12 @@ "src": "*", "dest": "../deploy/web-apps/apps/documenteditor/main/resources/watermark" }, + { + "expand": true, + "cwd": "../apps/common/main/resources/alphabetletters", + "src": "*.json", + "dest": "../deploy/web-apps/apps/documenteditor/main/resources/alphabetletters" + }, { "expand": true, "cwd": "../apps/common/main/resources/symboltable", diff --git a/build/presentationeditor.json b/build/presentationeditor.json index cececc2de8..71a2234804 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -151,6 +151,12 @@ "src": "*", "dest": "../deploy/web-apps/apps/presentationeditor/main/locale/" }, + { + "expand": true, + "cwd": "../apps/common/main/resources/alphabetletters", + "src": "*.json", + "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/alphabetletters" + }, { "expand": true, "cwd": "../apps/common/main/resources/symboltable", diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index 216e479159..8b54e71027 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -165,6 +165,12 @@ "src": "*", "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/formula-lang" }, + { + "expand": true, + "cwd": "../apps/common/main/resources/alphabetletters", + "src": "*.json", + "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/alphabetletters" + }, { "expand": true, "cwd": "../apps/common/main/resources/symboltable",