Changeset 36438


Ignore:
Timestamp:
2022-08-22T16:19:00+12:00 (20 months ago)
Author:
davidb
Message:

ant task for 'if' does not use 'then'

File:
1 edited

Legend:

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

    r36431 r36438  
    16231623    <echo message="Installing collections ..."/>
    16241624    <!-- collections requiring jni -->
     1625    <echo message="checkpt NEXT"/>
    16251626    <if>
    16261627      <bool>
    16271628    <istrue value="${with.jni}"/>
    16281629      </bool>
    1629       <then>
    1630     <antcall target="gs2mgdemo-install"/>
    1631       </then>
    1632     </if>
     1630      <antcall target="gs2mgdemo-install"/>
     1631    </if>
     1632    <echo message="checkpt 1"/>
    16331633    <if>
    16341634      <bool>
    16351635    <istrue value="${with.jni}"/>
    16361636      </bool>
    1637       <then>
    1638     <antcall target="gs2mgppdemo-install"/>
    1639       </then>
     1637      <antcall target="gs2mgppdemo-install"/>
    16401638    </if>
    16411639    <!-- pure java ones -->
     1640    <echo message="checkpt 1"/>
    16421641    <antcall target="gberg-install"/>
     1642    <echo message="checkpt 1"/>
    16431643    <antcall target="lucene-jdbm-demo-install"/>
    16441644  </target>
Note: See TracChangeset for help on using the changeset viewer.