Update build script (add symbol table translation)
This commit is contained in:
parent
5d74f76d4d
commit
6bae248efb
|
@ -151,6 +151,12 @@
|
||||||
"cwd": "../apps/documenteditor/main/resources/watermark",
|
"cwd": "../apps/documenteditor/main/resources/watermark",
|
||||||
"src": "*",
|
"src": "*",
|
||||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/watermark"
|
"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": [
|
"help": [
|
||||||
|
|
|
@ -145,6 +145,12 @@
|
||||||
"cwd": "../apps/presentationeditor/main/locale/",
|
"cwd": "../apps/presentationeditor/main/locale/",
|
||||||
"src": "*",
|
"src": "*",
|
||||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/locale/"
|
"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": [
|
"help": [
|
||||||
|
|
|
@ -159,6 +159,12 @@
|
||||||
"cwd": "../apps/spreadsheeteditor/main/resources/formula-lang",
|
"cwd": "../apps/spreadsheeteditor/main/resources/formula-lang",
|
||||||
"src": "*",
|
"src": "*",
|
||||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/formula-lang"
|
"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": [
|
"help": [
|
||||||
|
|
Loading…
Reference in a new issue