changed value of property 'copyright' in file build.xml

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7165 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2006-04-20 12:02:30 +00:00
parent fe58ae1267
commit 9289efa7c7
1 changed files with 9 additions and 1 deletions

View File

@ -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">