Sugar Network/Recipe Specification: Difference between revisions
Created page with '<noinclude> {{TOCright}} Category:Activity Team </noinclude> Service publishing workflow is similar to activities. There is an info file, here ''service/service.info'', whic…' |
|||
| Line 47: | Line 47: | ||
* ''requires'', additional dependencies that will be required during building other service which depends on this one | * ''requires'', additional dependencies that will be required during building other service which depends on this one | ||
* '' | * ''files'', list of files that will be included to buildtime.xml feed and won't be included to runtime.xml, format: | ||
files = <glob-mask> [; <glob-mask> ...] | |||
* ''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 | ||