Hello world

This commit is contained in:
2021-09-28 11:17:52 +02:00
commit 9cdbb84076
35 changed files with 1150 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#
# 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\
}