43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
# == Properties Section ==
|
||
# configuration properties
|
||
# use .ini format to define properties
|
||
# mandatory properties: name, artifact_home, source_home
|
||
|
||
id = Concept-Blocks
|
||
name = Концепт-Блоки
|
||
description = Технология визуализации отношений КС в различных формах
|
||
artifact_home = Концепт-Блоки
|
||
source_home = Concept-Blocks
|
||
install_home = \\fs1.concept.ru\projects\10 Автоматизация деятельности\01 Высокие технологии\Концепт-Блоки
|
||
|
||
%%
|
||
# === 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\!Руководство пользователя.docx
|
||
copy distr\Шаблоны\Блоки-Excel.xltx -> Шаблоны\Блоки-Excel.xltx
|
||
copy distr\Шаблоны\Блоки-Word.dotx -> Шаблоны\Блоки-Word.dotx
|
||
|
||
%%
|
||
# === Install section ==
|
||
# Available commands:
|
||
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
||
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
||
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
||
# run APPLICATION <- [PARAMETERS]
|
||
|
||
install Блоки.vstm
|
||
|
||
install !Руководство пользователя.docx
|
||
install Шаблоны\Блоки-Excel.xltx -> Шаблоны\Блоки-Excel.xltx
|
||
install Шаблоны\Блоки-Word.dotx -> Шаблоны\Блоки-Word.dotx
|
||
|
||
add_template Блоки.vstm -> 20 Концепт-Блоки.vstm
|
||
add_template Шаблоны\Блоки-Excel.xltx -> Технологии\Блоки-Excel.xltx
|
||
add_template Шаблоны\Блоки-Word.dotx -> Технологии\Блоки-Word.dotx |