greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16269

Show
Ignore:
Timestamp:
2008-07-02 10:12:39 (5 months ago)
Author:
oranfry
Message:

check out gli for distribution a little earlier in lirk3

Files:

Legend:

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

    r16243 r16269  
    44 
    55        <target name="create-distribution"> 
     6 
    67                <!-- create distribution --> 
    78                <addressedcall target="export-greenstone3" /> 
     
    1415                <addressedcall target="insert-user-manual"/> 
    1516                <addressedcall target="insert-compiled-binaries"/> 
     17 
    1618        </target> 
    1719 
     
    2224                        <svn> 
    2325                                <export srcurl="${svn.root}/greenstone3/${branch.path}" destPath="distribution/greenstone3"/> 
     26                                <export srcurl="${svn.root}/gli/${branch.path}" destPath="distribution/greenstone3/gli"/> 
    2427                        </svn> 
    2528                </if> 
  • release-kits/lirk3/ant-scripts/operations-on-gs3home.xml

    r16172 r16269  
    4646 
    4747                <antcall target="checkout-gs2build"/> 
     48 
     49                <!-- 
     50                gli is now checked out by create-distribution.xml 
     51                so it already exists 
    4852                <antcall target="checkout-gli"/> 
     53                --> 
    4954 
    5055                <delete><fileset dir="." includes="*.bat"/></delete>