updated copyright date in build.xml

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@9690 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2007-01-23 18:01:08 +00:00
parent bac5360d90
commit d8102749d6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PROPERTIES
<property file="${properties.file}"/>
<!-- Defines the product being built -->
<property name="vendor.name" value="LAMP/EPFL"/>
<property name="copyright.string" value="Copyright 2002-2006 ${vendor.name}"/>
<property name="copyright.string" value="Copyright 2002-2007 ${vendor.name}"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->
<property name="nsc.log-files" value="no"/>