Changeset 21318 for main/trunk


Ignore:
Timestamp:
2009-12-09T15:53:34+13:00 (14 years ago)
Author:
oranfry
Message:

bug fixes

Location:
main/trunk/release-kits/rk2/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/rk2/ant-scripts/compile.xml

    r21311 r21318  
    8585    <target name="run-configure">
    8686        <!-- linux -->
    87         <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
     87        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    8888            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/configure" failonerror="true">
    8989                <arg line="--enable-apache-httpd"/>
     
    9292
    9393        <!-- mac -->
    94         <else><if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
     94        <else><if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
    9595            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/configure">
    9696                <arg value="--enable-apache-httpd"/>
  • main/trunk/release-kits/rk2/ant-scripts/components.xml

    r21311 r21318  
    4242            <patternset refid="greenstone2.imagemagick.component"/>
    4343            <patternset refid="greenstone2.ghostscript.component"/>
    44             <patternset refid="greenstone2.tomcat.component"/>
    4544        </invert>
    4645        </patternset>
Note: See TracChangeset for help on using the changeset viewer.