.. ******************************************************************************* * MetaFactory.io R2 * Technical Documentation * * File name : ProRef_BuildSets.rst * Created by : Marnix Bochove (original text) * Updated by : Niels de Nies * * MetaFactory BV Amsterdam ******************************************************************************* .. include:: /inline-images.txt .. include:: /metadata_include.txt BuildSets ================= is a sub element of . It can contain one or more elements, which can be used to define themed groups of files that enable partial generation of the project. For example, one might choose to only generate the files that constitute the REST api (select a folder), or one might only want to generate Javascript files (choose a file type). .. code-block:: xml :caption: in project file :name: PR-BuildSets :linenos: :emphasize-lines: 6-8 ... ... .. rubric:: attributes for There are no attributes for . .. rubric:: Sub elements of .. list-table:: ** sub elements** :widths: 15 70 15 :header-rows: 1 :class: tight-table * - Name - Details - Number * - buildSet - Each buildSet sub-element defines an isolated part of the project to be generated. - 0-more .. rubric:: Sub element **buildSet** (|eye s| singular) .. list-table:: ** attributes** :widths: 15 85 :header-rows: 1 :class: tight-table * - Name - Details * - name - Name of the buildSet * - description - Description of the buildSet .. list-table:: ** sub elements>** :widths: 15 30 15 15 :header-rows: 1 :class: tight-table * - Name - Details - Attributes - Number * - package - |Question S| - name, path - 0 or more * - xml - |Question S| - name, path - 0 or more * - file - |Question S| - name, path - 0 or more