buildframework/helium/tools/startup/bootstrap/bootstrap.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    44         <mkdir dir="${helium.dir}/external/antlibs" />
    44         <mkdir dir="${helium.dir}/external/antlibs" />
    45         <get src="http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ivy/ivy/2.0.0-beta2/${ivy.filename}" dest="${ivy.file}" />
    45         <get src="http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ivy/ivy/2.0.0-beta2/${ivy.filename}" dest="${ivy.file}" />
    46     </target>
    46     </target>
    47 
    47 
    48     <!-- Install CruiseControl if not already installed -->
    48     <!-- Install CruiseControl if not already installed -->
    49     <target name="install-cruisecontrol">
    49     <target name="install-cruisecontrol" unless="env.HLM_SUBCON">
    50         <if>
    50         <if>
    51             <not>
    51             <not>
    52                 <available file="${helium.dir}/external/CruiseControl/real_cruisecontrol.bat" />
    52                 <available file="${helium.dir}/external/CruiseControl/real_cruisecontrol.bat" />
    53             </not>
    53             </not>
    54             <then>
    54             <then>