rpathsync / rpath-product-definition

rPath Common Library for Product Definition

commit 190: b98b6d4f0e18
parent 188: 045734090ff0
child 191: bb4c02b6d08f
child 192: de25afd8c697
Added tag rba-5.2.1 for changeset 045734090ff0 defaultrba-5.2.2
Mihai Ibanescu
9 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

filename size last modified message
doc  
docs  
pylint  
rpath_common  
scripts  
xsd  
.hgignore 199 B 21 months ago add epydoc documentation generation
.hgtags 691 B 9 months ago Added tag rba-5.2.1 for changeset 045734090ff0
EULA_product_definition.txt 8.3 KB 23 months ago Initial checkin of product definition common code library
LICENSE 11.7 KB 23 months ago Initial checkin of product definition common code library
Make.defs 1.2 KB 14 months ago 1.0: General Availability
Make.rules 1.7 KB 23 months ago Initial checkin of product definition common code library
Makefile 1.6 KB 19 months ago Don't run pylint by default.
NEWS 4.6 KB 12 months ago Added news entry for the faster way of retriving files from…
README 1.3 KB 14 months ago 1.0: General Availability

README

This is a component of the rpath_common set of modules.  It provides
a stable interface for managing rPath product definition components
as stored in rBuilder.

All documentation regarding stable interfaces is relevant only to
published stable releases; it is not in force for alpha and beta
releases, including 0.x releases and any automated builds.

To use the latest version of the interface:
    import rpath_proddef
To use a specific API Version of the interface:
    from rpath_proddef import api1 as proddef

The schema definitions are versioned with major and minor numbers.
Within a major version, only new elements will be added; elements
will not be removed and semantics will not be changed.  A document
that validates against schema version 2.0 should validate without
changes against schema version 2.1 or 2.2.  Incompatible schema
version changes will cause the major version to be incremented.
The schema version is included in the filename: rpd-1.0.xsd
implements version 1.0 of the schema.  (From schema version 1.0
to 1.1 there is a slight incompatibility; the schema version
rules was not strictly enforced until the software version
reached 1.0.)

API documentation is available at
http://cvs.rpath.com/product-definition-docs/ or by running "make
html" and viewing docs/developer/index.html (requires epydoc).