Changeset 36128


Ignore:
Timestamp:
2022-04-05T10:45:11+12:00 (2 years ago)
Author:
davidb
Message:

Check is without the dollar and braces

File:
1 edited

Legend:

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

    r36125 r36128  
    338338
    339339    <condition property="googlesignin.enabled" value="true" else="false">
    340       <isset property="${tomcat.googlesigninJDBCRealm.clientid}"/>
     340      <isset property="tomcat.googlesigninJDBCRealm.clientid"/>
    341341    </condition>
     342
    342343  <!-- now we've read in properties, apply defaults -->
    343344  <property name="disable.collection.building" value="false"/>
Note: See TracChangeset for help on using the changeset viewer.