summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 12:56:06 +0100
committerSven Gothel <[email protected]>2010-12-13 12:56:06 +0100
commitbe769d18318d5e6914dcecdd5cd0bcaad780f387 (patch)
tree57a05531d5d96f3e89a05c22d6862b9bb216c1e2
parent3471e004eefd6964cfe8d60c6ba3afd32ea96558 (diff)
proper zip archive name
-rwxr-xr-xmake/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 072a5b2..aca3525 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -34,7 +34,7 @@
<!-- This is the version of JOAL you are building -->
<property name="joal_base_version" value="2.0"/>
<tstamp>
- <format property="version.timestamp" pattern="yyyyMMddHHmm"/>
+ <format property="version.timestamp" pattern="yyyyMMdd"/>
</tstamp>
<property name="joal.version" value="${joal_base_version}-${version.timestamp}" />
@@ -166,7 +166,7 @@
<mkdir dir="${obj}" />
<mkdir dir="${obj.joal}" />
- <property name="archive.name" value="joal-${joal.version}" />
+ <property name="archive.name" value="joal-${joal.version}-${os.and.arch}" />
<property name="archive" value="${build}/${archive.name}" />
</target>