summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-04-20 12:02:30 +0000
committermichelou <michelou@epfl.ch>2006-04-20 12:02:30 +0000
commit95fa0a32b3b541ac4f49a9eb91bdc6da18089dbf (patch)
treeb003a084af8f0182f29a4c7b880d169a572bf6d9 /build.xml
parentacc947a63b310669bb206f6dacd67cd7d8379fd3 (diff)
downloadscala-95fa0a32b3b541ac4f49a9eb91bdc6da18089dbf.tar.gz
scala-95fa0a32b3b541ac4f49a9eb91bdc6da18089dbf.tar.bz2
scala-95fa0a32b3b541ac4f49a9eb91bdc6da18089dbf.zip
changed value of property 'copyright' in file b...
changed value of property 'copyright' in file build.xml
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 34cea7a358..7457bc0749 100644
--- a/build.xml
+++ b/build.xml
@@ -31,7 +31,7 @@ PROPERTIES
<property file="${properties}"/>
<!-- General properties -->
<property name="number.file" value="${basedir}/build.number"/>
- <property name="copyright" value="(c) 2002-2006 LAMP/EPFL"/>
+ <property name="copyright.holder" value="LAMP/EPFL"/>
<property name="logs.dir" value="${basedir}/logs"/>
<!-- Javac configuration properties -->
<property name="jc.source" value="1.4"/>
@@ -116,7 +116,15 @@ INITIALISATION
property="short"
pattern="yyyyMMdd-HHmmss"
/>
+ <format
+ property="this.year"
+ pattern="yyyy"
+ />
</tstamp>
+ <property
+ name="copyright"
+ value="(c) 2002-${time.this.year} ${copyright.holder}"
+ />
<echo level="verbose" message="ant.jar=${ant.jar}"/>
<echo level="verbose" message="ant-contrib.jar=${ant-contrib.jar}"/>
<fail message="Additional Ant tasks in 'lib/' is not available">