Ignore:
Timestamp:
2021-10-23T00:02:29+13:00 (3 years ago)
Author:
davidb
Message:

Fixed incorrect syntax of <isset> property test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r35670 r35671  
    997997     
    998998      <if>
    999     <bool><isset property="${env.JAVACFLAGS}"/></bool>
     999    <bool><isset property="env.JAVACFLAGS"/></bool>
    10001000    <property name="compile.javac.flags" value="${env.JAVACFLAGS}"/>
    10011001    <else>
Note: See TracChangeset for help on using the changeset viewer.