Ignore:
Timestamp:
2008-07-18T13:48:02+12:00 (16 years ago)
Author:
oranfry
Message:

no longer have to check out indexers explicitly

Location:
release-kits/lirk2/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/compile.xml

    r16294 r16457  
    2929            <svn>
    3030                <checkout url="${svn.root}/gsdl/${branch.path}" destPath="${basedir}/gsdl"/>
    31                 <checkout url="${svn.root}/indexers/${branch.path}" destPath="${basedir}/gsdl/indexers"/>
    3231                <checkout url="${svn.root}/gli/${branch.path}" destPath="${basedir}/gsdl/gli"/>
    3332            </svn>
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r16241 r16457  
    2424                <export srcurl="${svn.root}/gsdl/${branch.path}"        destPath="distributions/web"/>
    2525                <export srcurl="${svn.root}/gli/${branch.path}"         destPath="distributions/web/gli"/>
    26                 <export srcurl="${svn.root}/indexers/${branch.path}"    destPath="distributions/web/indexers"/>
    2726            </svn>
    2827           
Note: See TracChangeset for help on using the changeset viewer.