32 lines
698 B
Plaintext
32 lines
698 B
Plaintext
# == Properties Section ==
|
|
# configuration properties
|
|
# use .ini format to define properties
|
|
# mandatory properties: name, artifact_home, source_home, install_home
|
|
|
|
name =
|
|
description =
|
|
artifact_home =
|
|
source_home =
|
|
install_home =
|
|
|
|
%%
|
|
# === Build section ===
|
|
# Available commands:
|
|
# build LOCAL_MANIFEST
|
|
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
|
|
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
|
|
# run LOCAL_SOURCE.bat <- [PARAMETERS]
|
|
# run APPLICATION <- [PARAMETERS]
|
|
|
|
|
|
|
|
%%
|
|
# === Install section ==
|
|
# Available commands:
|
|
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
|
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
|
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
|
# run APPLICATION <- [PARAMETERS]
|
|
|
|
|