Changeset 23808


Ignore:
Timestamp:
2011-03-24T09:44:34+13:00 (13 years ago)
Author:
sjm84
Message:

Fixed a mistake in the name of a property

Location:
main/trunk/greenstone3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.in

    r23807 r23808  
    5858
    5959## Controls whether or not we want GLI and GEMS to be checked out and compiled
    60 gems.and.gli=true
     60with.gli.and.gems=true
    6161
    6262## Control if compilation of gs2 is static or not. Used, for example, for distributions
  • main/trunk/greenstone3/build.xml

    r23807 r23808  
    16951695  <target name="prepare-gli" depends="init" if="collection.building.enabled" unless="gli.present">
    16961696    <!-- checkout -->
    1697     <if><bool><and><not><istrue value="${nosvn.mode}"/></not><isset property="gli.and.gems"/></and></bool>
     1697    <if><bool><and><not><istrue value="${nosvn.mode}"/></not><isset property="with.gli.and.gems"/></and></bool>
    16981698
    16991699    <exec executable="svn">
     
    17291729 
    17301730  <target name="compile-gli" depends="init" if="collection.building.enabled">
    1731     <if><bool><isset property="gli.and.gems"/></bool>
     1731    <if><bool><isset property="with.gli.and.gems"/></bool>
    17321732      <!-- gli -->
    17331733      <property name="gli.home" value="${basedir}/gli"/>
Note: See TracChangeset for help on using the changeset viewer.