21 lines
829 B
Diff
21 lines
829 B
Diff
|
|
--- build.xml 2008-04-25 16:29:49.000000000 -0400
|
||
|
|
+++ build.xml 2008-04-25 16:28:16.000000000 -0400
|
||
|
|
@@ -141,8 +141,16 @@
|
||
|
|
<delete dir="${release.dir}"/>
|
||
|
|
</target>
|
||
|
|
|
||
|
|
+ <target name="timestamp" depends="init, timestamp.rpmbuild, -timestamp.2, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
|
||
|
|
+ </target>
|
||
|
|
|
||
|
|
- <target name="timestamp" depends="init, -timestamp.1, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
|
||
|
|
+ <target name="timestamp.rpmbuild" depends="init">
|
||
|
|
+ <exec executable="/bin/sh">
|
||
|
|
+ <arg line="emma-timestamp.sh ${temp.dir}/timestamp.properties"/>
|
||
|
|
+ </exec>
|
||
|
|
+ <exec executable="/bin/sh">
|
||
|
|
+ <arg line="emma-timestamp2.sh ${temp.dir}/.ready.build.stamp"/>
|
||
|
|
+ </exec>
|
||
|
|
</target>
|
||
|
|
|
||
|
|
<target name="-timestamp.1" depends="init" unless="build.is.dirty" >
|