Files
osgi-training/cnf/features/blueprint/Dania/blobstores.bnd
2021-09-28 11:17:52 +02:00

22 lines
416 B
Plaintext

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