aboutsummaryrefslogtreecommitdiffstats
path: root/build/build-properties.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-03-04 15:18:46 +0000
committeraclement <aclement>2004-03-04 15:18:46 +0000
commit223951856673c27ebec5ffb61b929fadb4b6f567 (patch)
treeaa0d43b322884ddfeadc48c2f270befe94e0e6a0 /build/build-properties.xml
parent5e870cf13b87452e0a79a737706e59c8323722cb (diff)
downloadaspectj-223951856673c27ebec5ffb61b929fadb4b6f567.tar.gz
aspectj-223951856673c27ebec5ffb61b929fadb4b6f567.zip
Georges fix to add build date/time info to DEVELOPMENT builds.
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r--build/build-properties.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index 69c8f2a3e..a94410d9d 100644
--- a/build/build-properties.xml
+++ b/build/build-properties.xml
@@ -36,15 +36,15 @@
<property name="build.version.eclipse.plugins" value="9.9.9"/>
<!-- formats comply with SimpleDateFormat -->
- <property name="build.time.format" value="MM/dd/yy 'at' hh:mm:ss z"/>
+ <property name="build.time.format" value="EEEE MMM d, yyyy 'at' HH:mm:ss z"/>
<property name="build.date.format" value="EEEE MMM d, yyyy"/>
<tstamp>
<format property="build.date"
pattern="${build.date.format}"
- timezone="PST"/>
+ timezone="GMT"/>
<format property="build.time"
pattern="${build.time.format}"
- timezone="PST"/>
+ timezone="GMT"/>
</tstamp>
<property name="company.name" value="aspectj.org"/>