mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45:58 +01:00
Changed date format
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2406 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
af03dfb7c9
commit
e8d4c8794f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
<equals arg1="${dailybuild}" arg2="true" />
|
<equals arg1="${dailybuild}" arg2="true" />
|
||||||
<then>
|
<then>
|
||||||
<tstamp>
|
<tstamp>
|
||||||
<format property="build.date" pattern="MMM-dd-yyyy" locale="en"/>
|
<format property="build.date" pattern="yyyy-MM-dd" locale="en"/>
|
||||||
</tstamp>
|
</tstamp>
|
||||||
<property name="release.name" value="smack-${build.date}" />
|
<property name="release.name" value="smack-${build.date}" />
|
||||||
<property name="release-dev.name" value="smack-dev-${build.date}" />
|
<property name="release-dev.name" value="smack-dev-${build.date}" />
|
||||||
|
|
Loading…
Reference in a new issue