Changeset 16962


Ignore:
Timestamp:
2008-08-22T09:41:42+12:00 (16 years ago)
Author:
oranfry
Message:

this line is causing a problem on mac so wrapping in an if statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r16951 r16962  
    5454  <property name="flax.svn.root" value="http://svn.greenstone.org/flax"/>
    5555  <property file="build.properties"/>
    56   <property file="${user.home}/build.properties"/>
     56  <if><bool><available file="${user.home}/build.properties"/></bool>
     57    <property file="${user.home}/build.properties"/>
     58  </if>
    5759
    5860  <!-- get properties from the environment -->
Note: See TracChangeset for help on using the changeset viewer.