42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
# == Properties Section ==
|
|
# configuration properties
|
|
# use .ini format to define properties
|
|
# mandatory properties: name, artifact_home, source_home
|
|
|
|
id = Concept-Mining
|
|
name = Концепт-Майнинг
|
|
description = Модуль извлечения (парсинга) данных из текстов
|
|
artifact_home = Концепт-Майнинг
|
|
source_home = Concept-Mining
|
|
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
|
|
|
|
copy test
|
|
copy distr\models\ActionVerbs.txt -> models\ActionVerbs.txt
|
|
|
|
build script\addinManifest.txt
|
|
build script\databaseManifest.txt
|
|
save_as !Майнинг.xlsm -> 55 Майнинг.xltm
|
|
|
|
%%
|
|
# === Install section ==
|
|
# Available commands:
|
|
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
|
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
|
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
|
# run APPLICATION <- [PARAMETERS]
|
|
|
|
install Надстройка\Parsers.dotm -> Надстройка\Parsers.dotm
|
|
install !Майнинг.xlsm
|
|
install 55 Майнинг.xltm
|
|
|
|
install Надстройка\Parsers.dotm -> \\fs1.concept.ru\Exchange\ConceptDistr\data\Add-ins\Word\Parsers.dotm
|
|
install models\ActionVerbs.txt -> \\fs1.concept.ru\Exchange\ConceptDistr\models\ActionVerbs.txt
|
|
add_template 55 Майнинг.xltm |