Ignore:
Timestamp:
2008-07-02T10:12:39+12:00 (16 years ago)
Author:
oranfry
Message:

check out gli for distribution a little earlier in lirk3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.