Ignore:
Timestamp:
2008-09-04T16:31:11+12:00 (16 years ago)
Author:
oranfry
Message:

fixed the install aborted message and the cancel seen as failure problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/build/build.xml

    r14982 r17153  
    77    <!-- Project properties -->
    88    <property name="prepareDir"  value="artifacts/prepare"/>
    9    
     9    <property name="antlib" value="antlib"/>
     10
     11
    1012    <!-- Classpaths - start -->
    1113    <!-- Classpaths for compilation - start -->
     14
    1215    <path id="project.cp">
    13         <fileset dir="antlib" includes="ant.jar,ant-launcher.jar"/>
     16        <fileset dir="${antlib}" includes="ant.jar,ant-launcher.jar"/>
    1417    </path>
    1518    <path id="project.ext.cp">
     
    1720            <include name="ant-installer.jar"/>
    1821        </fileset>
    19         <fileset dir="antlib" includes="ant.jar,ant-launcher.jar"/>
     22        <fileset dir="${antlib}" includes="ant.jar,ant-launcher.jar"/>
    2023    </path>
    2124    <!-- Classpaths for compilation - end -->
     
    144147        </jar>
    145148    </target>   
     149
     150    <target name="setEn"></target>
     151    <target name="setFr"></target>
     152    <target name="setEs"></target>
     153    <target name="setRu"></target>
     154
    146155   
    147156</project>
Note: See TracChangeset for help on using the changeset viewer.