greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16232

Show
Ignore:
Timestamp:
2008-06-27 15:47:37 (3 months ago)
Author:
oranfry
Message:

when creating the distributions, change all version numbers in gli

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r16091 r16232  
    66                <addressedcall target="export-gsdl-gli-indexers" /> 
    77                <addressedcall target="dist-set-version" /> 
     8                <addressedcall target="dist-set-gli-version" /> 
    89                <addressedcall target="drop-in-binaries" /> 
    910                <addressedcall target="drop-in-demo-collection" /> 
     
    3940                        <rsr file="${basedir}/distributions/web/etc/VERSION" pattern="(gsdl version: ).*" replacement="$1${version}" /> 
    4041 
     42                </if> 
     43        </target> 
     44 
     45        <target name="dist-set-gli-version"> 
     46                <if><bool><istrue value="${execute}"/></bool> 
     47                        <ant antfile="${lirk2.home}/ant-scripts/shared-ant-scripts/operations-on-gli.xml" dir="${basedir}/distributions/web/gli" target="set-version-numbers"/> 
    4148                </if> 
    4249        </target>