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:
Bill Lynch 2004-11-01 20:10:58 +00:00 committed by bill
parent af03dfb7c9
commit e8d4c8794f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<equals arg1="${dailybuild}" arg2="true" />
<then>
<tstamp>
<format property="build.date" pattern="MMM-dd-yyyy" locale="en"/>
<format property="build.date" pattern="yyyy-MM-dd" locale="en"/>
</tstamp>
<property name="release.name" value="smack-${build.date}" />
<property name="release-dev.name" value="smack-dev-${build.date}" />