Lines Matching full:timestamp
145 <target name="timestamp" depends="init, -timestamp.1, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
148 <target name="-timestamp.1" depends="init" unless="build.is.dirty" >
161 output="${temp.dir}/timestamp.properties"
172 <!-- <echo message="file.release.prefix=${file.release.prefix}" file="${temp.dir}/timestamp.properties" append="yes" /> -->
175 <target name="-timestamp.2" depends="init" >
176 <property file="${temp.dir}/timestamp.properties" />
187 <target name="-timestamp.2a" depends="init" if="build.is.on.a.branch" >
191 <target name="-timestamp.3" depends="init, -timestamp.2a" if="build.is.official" >
198 <target name="-timestamp.4" depends="init, build.cvs.ready" if="build.is.official" >
201 <target name="-timestamp.5" depends="init" unless="build.is.dirty" >
231 <target name="-pre-compile" depends="init, timestamp" >