Fix installer.xml...

'ant_on_air' does not grok the 'format' tag. Turns out we don't need it, as 'ant_on_air' DOES understand the DSTAMP variable that is set by the 'tstamp' tag.

Signed-off-by: Erik de Bruin <erik@ixsoftware.nl>
diff --git a/installer.xml b/installer.xml
index 95b8c36..b77b737 100644
--- a/installer.xml
+++ b/installer.xml
@@ -775,9 +775,8 @@
         <echo>${INFO_INSTALLING_CONFIG_FILES}</echo>
         <antcall target="fixup-config-files-version" />
         <antcall target="fixup-config-files-swfversion" />
-        <tstamp>
-            <format property="build.number.date" pattern="yyyyMMdd" />
-        </tstamp>
+        <tstamp />
+        <property name="build.number.date" value="${DSTAMP}" />
         <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
             <replacefilter token="{playerglobalHome}"
                 value="libs/player"/>