Changeset 20306


Ignore:
Timestamp:
2009-08-17T16:18:02+12:00 (15 years ago)
Author:
oranfry
Message:

changed condition setting the bundled.java.exists to work on windows too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/installer/build.xml

    r20190 r20306  
    3232
    3333    <!-- work out whether a jre is bundled with this installer -->
    34     <available file="../jre/bin/java" property="bundled.java.exists"/>
     34    <available file="../jre/bin" property="bundled.java.exists"/>
    3535
    3636    <!-- determine if there is an existing installation in the installDir-->
Note: See TracChangeset for help on using the changeset viewer.