Files
2021-09-28 11:17:52 +02:00

21 lines
393 B
Plaintext

#
# Amdatu Blueprint template feature
#
blueprint-feature.template: template
blueprint-repo.template: https://repository.amdatu.org/amdatu-template/r3/repo/index.xml.gz
#
# Build
#
-buildpath.blueprint-template: \
${if;(buildfeaturesMerged[]=template); \
org.amdatu.template\
}
#
# Run
#
-runbundles.blueprint-template: \
${if;(runfeaturesMerged[]=template); \
org.amdatu.template\
}