Changes

Line 68: Line 68:  
Section contains:
 
Section contains:
   −
* ''requires'', additional dependencies that will be required during building other service which depends on this one e.g. C header files
+
* ''requires'', additional dependencies that will be required during building other service which depends on this one
 +
 
 +
* ''exec'', command how to make buildtime bundle for ''dist'' command<br>Shell command, executed from service root directory. If this command starts to get complicated, you should move it to a script and just set this attribute to the command to run the script.<br>By default ''0sugar dist'' uses the same bundle as for runtime feed
    
* ''generate-documentation'', if set, documentation project will be created on [http://api.sugarlabs.org/services/], for now only ''epydoc'' value is supported
 
* ''generate-documentation'', if set, documentation project will be created on [http://api.sugarlabs.org/services/], for now only ''epydoc'' value is supported