You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/12/03 11:32:57 UTC

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

bodewig     2003/12/03 02:32:57

  Modified:    src/etc/testcases/taskdefs/optional dotnet.xml
  Log:
  mono 0.29 on MacOS X works just fine
  
  Revision  Changes    Path
  1.18      +0 -5      ant/src/etc/testcases/taskdefs/optional/dotnet.xml
  
  Index: dotnet.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/dotnet.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- dotnet.xml	25 Nov 2003 09:16:57 -0000	1.17
  +++ dotnet.xml	3 Dec 2003 10:32:57 -0000	1.18
  @@ -90,15 +90,10 @@
      <echo> dotnetapps.found=${dotnetapps.found}</echo>
   
      <condition property="mono.executable" value="mono">
  -      <and>
  -        <not>
  -          <os family="mac"/>
  -        </not>
           <or>
             <available file="mono"     filepath="${env.PATH}" />
             <available file="mono.exe" filepath="${env.PATH}" />
           </or>
  -      </and>
      </condition>
      <property name="mono.executable" value="mint"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org