Ignore:
Timestamp:
2019-04-02T17:34:03+13:00 (5 years ago)
Author:
ak19
Message:

Undoing experiment committed with r32967 for generating release-kits, as it happened too early. It should happen after the ant prepare step, when there is a gnome-lib-minimal folder to work with.

File:
1 edited

Legend:

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

    r32967 r32970  
    38183818      </else>
    38193819    </if>
    3820 
    3821     <!-- Release kit makes use of use.gnomelib.ext property which works with gnome-lib-minimal.
    3822      It needs to mimic svn compilation of GS3 with gnome-lib-minimal, which does
    3823      'source devel.bash' in gnome-lib-minimal to create and adjust a lot of files -->
    3824     <if>
    3825       <bool>
    3826     <istrue value="${use.gnomelib.ext}"/>
    3827       </bool>
    3828       <exec dir="${gs2build.home}/ext/gnome-lib-minimal"
    3829         executable="source">
    3830     <arg value="devel.bash"/>
    3831       </exec>
    3832     </if>
    3833    
    38343820  </target>
    38353821
Note: See TracChangeset for help on using the changeset viewer.