server/testData/build-queue-priorities-sample.xml [6:15]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  <priority-class id="pc1" name="Inspections" priority="-1"
                  description="Low priority inspections">
    <build-type id="bt14"/>
    <build-type id="bt47"/>
  </priority-class>

  <priority-class id="pc2" name="Release" priority="5"
                  description="Soon to be released">
    <build-type id="bt1"/>
    <build-type id="bt3"/>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



server/testData/build-queue-priorities-with-default.xml [11:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  <priority-class id="pc1" name="Inspections" priority="-1"
                  description="Low priority inspections">
    <build-type id="bt14"/>
    <build-type id="bt47"/>
  </priority-class>

  <priority-class id="pc2" name="Release" priority="5"
                  description="Soon to be released">
    <build-type id="bt1"/>
    <build-type id="bt3"/>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



