Author: nextgens
Date: 2008-06-22 03:00:08 +0000 (Sun, 22 Jun 2008)
New Revision: 20610
Modified:
trunk/apps/new_installer/build.xml
Log:
new_installer: add an option to the build-file in order to skip sha1test
recompilation
Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml 2008-06-22 02:37:00 UTC (rev 20609)
+++ trunk/apps/new_installer/build.xml 2008-06-22 03:00:08 UTC (rev 20610)
@@ -40,7 +40,7 @@
<delete dir="${build}_bindtest"/>
</target>
- <target name="compile_sha1test">
+ <target name="compile_sha1test" unless="skip_sha1test">
<!-- Create the time stamp -->
<tstamp/>
<!-- Create the build directory structure used by compile -->