targets/Xenomai/XSD
author b.taylor@willowglen.ca
Wed, 12 Aug 2009 13:43:58 -0600
branchcherry-pick
changeset 374 8787fa8c6792
parent 321 5a4e6278a18b
child 615 72bc3e53a1fa
permissions -rwxr-xr-x
bugfix: On Windows, sometimes the the wrong line in the service discovery list control is updated when multiple services are displayed and a new service is discovered.
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
321
5a4e6278a18b Adding support for Xenomai targets.
lbessard
parents: 204
diff changeset
     2
                  <xsd:element name="Xenomai">
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
                    <xsd:complexType>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     4
                      %(toolchain_gcc)s
321
5a4e6278a18b Adding support for Xenomai targets.
lbessard
parents: 204
diff changeset
     5
                      <xsd:attribute name="XenoConfig" type="xsd:string" use="optional" default="/usr/xenomai/bin/xeno-config"/>
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     6
                    </xsd:complexType>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     7
                  </xsd:element>