Browse Source

mono 0.29 on MacOS X works just fine

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275727 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
06bf05fe54
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/etc/testcases/taskdefs/optional/dotnet.xml

+ 0
- 5
src/etc/testcases/taskdefs/optional/dotnet.xml View File

@@ -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"/>



Loading…
Cancel
Save