# # Copyright © 2013 # Nathan Currier # # Use, modification, and distribution are all subject to the # Boost Software License, Version 1.0. (See the accompanying # file LICENSE.md or at rideliner.tk/LICENSE.html). # # <description> #
load File.join(Bakery::INGREDIENTS_DETAIL_DIR, ‘file.ingredient’) load File.join(Bakery::INGREDIENTS_DETAIL_DIR, ‘dir.ingredient’) load File.join(Bakery::INGREDIENTS_DETAIL_DIR, ‘project.ingredient’) load File.join(Bakery::INGREDIENTS_DETAIL_DIR, ‘marker.ingredient’) load File.join(Bakery::INGREDIENTS_DETAIL_DIR, ‘build.ingredient’) load File.join(Bakery::INGREDIENTS_DETAIL_DIR, ‘script.ingredient’)
ingredient :file => Bakery::Ingredient::File ingredient :dir => Bakery::Ingredient::Dir ingredient :marker => Bakery::Ingredient::Marker ingredient :project => Bakery::Ingredient::Project ingredient :build => Bakery::Ingredient::Build