Annotation of kupuMPIWG/dist.kupu, revision 1.1.1.1

1.1       dwinter     1: <kupu:dist
                      2:   xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      3:   xmlns:xi="http://www.w3.org/2001/XInclude"
                      4:   >
                      5: 
                      6:   <!-- Include implementations -->
                      7:   <xi:include href="include.kupu" />
                      8: 
                      9:   <!-- Define the default slot to start with -->
                     10:   <kupu:expand>
                     11:     <kupu:define-slot name="start" />
                     12:   </kupu:expand>
                     13: 
                     14:   <!-- Define an implementation order. Default contains only one
                     15:        implementation, itself. -->
                     16:   <kupu:implementation-order>
                     17:     <kupu:implementation name="default" />
                     18:   </kupu:implementation-order>
                     19: 
                     20: </kupu:dist>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>