mcconnell    2003/07/24 15:24:50

  Modified:    merlin/composition/src/test/conf data-test.xml
  Log:
  Add stage directive example to the read-write test case.
  
  Revision  Changes    Path
  1.3       +7 -0      avalon-sandbox/merlin/composition/src/test/conf/data-test.xml
  
  Index: data-test.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/composition/src/test/conf/data-test.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- data-test.xml     18 Jul 2003 02:48:33 -0000      1.2
  +++ data-test.xml     24 Jul 2003 22:24:50 -0000      1.3
  @@ -58,6 +58,13 @@
              <select feature="publisher" value="ASF" match="exists" optional="true"/>
            </dependency>
          </dependencies>
  +       <stages>
  +         <stage key="first-key" source="../comp"/>
  +         <stage key="second-key">
  +           <select feature="color" value="red" match="equals"/>
  +           <select feature="publisher" value="ASF" match="exists" optional="true"/>
  +         </stage>
  +       </stages>
          <configuration>
            <something>
              <or/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to