diff --git a/build/documenteditor.json b/build/documenteditor.json index 98abaf31c..954eb878c 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -151,6 +151,12 @@ "cwd": "../apps/documenteditor/main/resources/watermark", "src": "*", "dest": "../deploy/web-apps/apps/documenteditor/main/resources/watermark" + }, + { + "expand": true, + "cwd": "../apps/common/main/resources/symboltable", + "src": "*", + "dest": "../deploy/web-apps/apps/documenteditor/main/resources/symboltable" } ], "help": [ diff --git a/build/presentationeditor.json b/build/presentationeditor.json index 78f988361..8471938ef 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -145,6 +145,12 @@ "cwd": "../apps/presentationeditor/main/locale/", "src": "*", "dest": "../deploy/web-apps/apps/presentationeditor/main/locale/" + }, + { + "expand": true, + "cwd": "../apps/common/main/resources/symboltable", + "src": "*", + "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/symboltable" } ], "help": [ diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index ecb9798a9..9e05fc9b8 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -159,6 +159,12 @@ "cwd": "../apps/spreadsheeteditor/main/resources/formula-lang", "src": "*", "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/formula-lang" + }, + { + "expand": true, + "cwd": "../apps/common/main/resources/symboltable", + "src": "*", + "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/symboltable" } ], "help": [