41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
![]() |
# == Properties Section ==
|
||
|
# configuration properties
|
||
|
# use .ini format to define properties
|
||
|
# mandatory properties: name, artifact_home, source_home
|
||
|
|
||
|
id = WordHelper
|
||
|
name = WordHelper
|
||
|
description = Надстройка КОНЦЕПТ для Word
|
||
|
artifact_home = Addins
|
||
|
source_home = WordAI
|
||
|
install_home = \\fs1.concept.ru\projects\04 Направления деятельности\60 КИВТ\21 Надстройки\WORD
|
||
|
|
||
|
%%
|
||
|
# === Build section ===
|
||
|
# Available commands:
|
||
|
# build LOCAL_MANIFEST
|
||
|
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
|
||
|
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
|
||
|
# run LOCAL_SOURCE.bat
|
||
|
|
||
|
build script\manifest.txt
|
||
|
copy distr\Word.docx
|
||
|
copy distr\banned-words.txt
|
||
|
|
||
|
%%
|
||
|
# === Install section ==
|
||
|
# Available commands:
|
||
|
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
||
|
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
||
|
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
||
|
# run APPLICATION <- [PARAMETERS]
|
||
|
|
||
|
install CONCEPT.dotm
|
||
|
install CONCEPT.dotm -> \\fs1.concept.ru\Exchange\ConceptDistr\data\Add-ins\Word\CONCEPT.dotm
|
||
|
|
||
|
install Word.docx
|
||
|
install Word.docx -> \\fs1.concept.ru\projects\10 Автоматизация деятельности\02 Офисная автоматизация\!Надстройки\Word.docx
|
||
|
|
||
|
install banned-words.txt
|
||
|
install banned-words.txt -> \\fs1.concept.ru\Exchange\ConceptDistr\models\banned-words.txt
|
||
|
install banned-words.txt -> \\fs1.concept.ru\projects\10 Автоматизация деятельности\!Concept\models\banned-words.txt
|