Changeset 13357


Ignore:
Timestamp:
06/22/11 10:38:25 (12 years ago)
Author:
Mark Evenson
Message:

Another stab at fixing the build version which was failing on incomplete compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r13352 r13357  
    259259            depends="abcl.compile,abcl.stamp.version,abcl.stamp.hostname">
    260260      <mkdir dir="${abcl.build.path}/.."/>
     261      <loadfile property="abcl.version"
     262                srcFile="${abcl.version.path}"/>
    261263      <echo message="${build}" file="${abcl.build.path}"/>   
    262264    </target>
     
    357359    <target name="abcl.stamp.version.0"
    358360            depends="abcl.stamp.version.uptodate,abcl.stamp.version.generate">
    359       <loadfile property="abcl.version"
    360                 srcFile="${abcl.version.path}"/>
    361361    </target>
    362362
Note: See TracChangeset for help on using the changeset viewer.