Ignore:
Timestamp:
2009-12-02T14:19:20+13:00 (14 years ago)
Author:
oranfry
Message:

make sure presence of bundled java is recognised by the installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/greenstone2/installer/build.xml

    r20937 r21208  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<!--
    33This is the build.xml run by AntInstaller for the installer
     
    4242    <!-- determine if a bundled java exists -->
    4343    <condition property="bundled.java.exists">
    44         <available file="../@java.extracted@/bin/java"/>
     44        <or>
     45            <available file="../@java.extracted@/bin/java"/>
     46            <available file="../@java.extracted@/bin/java.exe"/>
     47        </or>
    4548    </condition>
    4649
Note: See TracChangeset for help on using the changeset viewer.