diff options
author | Sven Gothel <[email protected]> | 2010-11-09 04:14:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-09 04:14:34 +0100 |
commit | f502bd8d176d6fb3282510459b20f2973117721f (patch) | |
tree | d1de208bb7e81da634b9866d0499cf5cd6809c43 /make/build-common.xml | |
parent | 8957ecbb7a9fd8e9d70ec246cf557a0183e4d9ee (diff) |
Archive: New common zip archive folder structure. Drop source archive, use git
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 381bee1aa..5a8da17f3 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -27,7 +27,7 @@ <import file="versions.xml" /> <tstamp> - <format property="version.timestamp" pattern="yyyyMMdd"/> + <format property="version.timestamp" pattern="yyyyMMddHHmm"/> </tstamp> <target name="nativewindow.setup-version-RI" if="nativewindow.ri"> |