view doc/orchestration.dtd @ 65:5f9bcb4966b7

Produce different kinds of events in the {{{ITimelineEventProvider}}} implementation, depending on whether the build failed or succeeded; for future use when Bitten provides its own CSS style sheet and images.
author cmlenz
date Tue, 28 Jun 2005 20:57:31 +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