mcconnell    2004/07/08 03:16:16

  Modified:    project  avalon-tools.xml
  Log:
  Change the ant enclosed dependency to a property and add an explict depend under the 
project scope.  This seems like a more reliable approach as the gump handling of 
depend attributes inside an ant are generating inconsistent results.
  
  Revision  Changes    Path
  1.18      +2 -2      gump/project/avalon-tools.xml
  
  Index: avalon-tools.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/avalon-tools.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- avalon-tools.xml  8 Jul 2004 07:26:14 -0000       1.17
  +++ avalon-tools.xml  8 Jul 2004 10:16:16 -0000       1.18
  @@ -46,8 +46,7 @@
       <ant basedir="tools/magic">
         <!-- for magic -->
         <property name="gump.signature" value="@@DATE@@"/>
  -      <depend name="magic.home" reference="home"
  -          project="magic" inherit="runtime"/>
  +      <property name="magic.home" reference="home" project="magic"/>
         <!-- external references -->
         <depend property="gump.resource.ant" project="ant" id="ant"/>
         <depend property="gump.resource.junit" project="junit"/>
  @@ -55,6 +54,7 @@
         <depend property="gump.resource.ant-nodeps" project="ant" id="nodeps"/>
         <!-- end for -->
       </ant>
  +    <depend project="magic" runtime="true" inherit="runtime"/>
       <home nested="tools/magic/target/deliverables"/>
       <jar name="jars/avalon-tools-magic-@@DATE@@.jar"/>
       <nag to="[EMAIL PROTECTED]"
  
  
  

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

Reply via email to