Changeset 17594


Ignore:
Timestamp:
2008-10-24T10:58:05+13:00 (15 years ago)
Author:
oranfry
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-scripts/init.xml

    r17589 r17594  
    166166        <copy file="${basedir}/installer/antinstall-config.xml" tofile="${basedir}/installer/antinstall-config-binary.xml"/>
    167167        <dcff file="${basedir}/installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start sourcecode --&gt;.*" endTag=".*&lt;!-- end sourcecode --&gt;.*" />
    168         <installer file="${basedir}/installer/greenstone-${version}-${os.suffix}.jar"
     168        <installer file="${basedir}/installer/Greenstone-${version}-${os.suffix}.jar"
    169169            compress="true"
    170170            extractType="NonExtractor"
     
    193193            installConfig="${basedir}/installer/antinstall-config-minimal.xml"
    194194            buildFile="${basedir}/installer/build.xml"
    195             antInstallLib="${rk2.home}/packages/ant-installer/lib"
    196             antLib="${rk2.home}/packages/ant/lib"
     195            antInstallLib="${rk.home}/packages/ant-installer/lib"
     196            antLib="${rk.home}/packages/ant/lib"
    197197            validateConfig="true"
    198198            icons="bluecurve">
Note: See TracChangeset for help on using the changeset viewer.