view doc/orchestration.dtd @ 58:02db4eabf0a9

Fix splitting of output into text lines in {{{bitten.util.cmdline}}}.
author cmlenz
date Mon, 27 Jun 2005 21:34:15 +0000
parents 75ad81953032
children ccd03b6f04ef
line wrap: on
line source
<!-- DTD for the Bitten build orchestration BEEP profile. -->

<!ELEMENT register    (platform, os)>
<!ATTLIST register
          name        CDATA             #REQUIRED
          maintainer  CDATA             #IMPLIED>

<!ELEMENT platform    #PCDATA>

<!ELEMENT os          #PCDATA>
<!ATTLIST os
          family      CDATA             #REQUIRED
          version     CDATA             #IMPLIED>

<!ELEMENT build       #PCDATA>

<!ELEMENT ok          EMPTY>

<!ELEMENT error       #PCDATA>
<!ATTLIST error
          code        CDATA             #REQUIRED
          xml:lang    CDATA             #IMPLIED>
Copyright (C) 2012-2017 Edgewall Software