summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-26 12:39:54 +0000
committermichelou <michelou@epfl.ch>2006-01-26 12:39:54 +0000
commitdcedaaead79118516bf4fa03c2fa74fb021627a7 (patch)
tree95a94b5800c4ce38c659610236bbb53e41389b40 /build.xml
parente475dfe83db34acf49f6e193a7c48e9fd6a8c4c1 (diff)
downloadscala-dcedaaead79118516bf4fa03c2fa74fb021627a7.tar.gz
scala-dcedaaead79118516bf4fa03c2fa74fb021627a7.tar.bz2
scala-dcedaaead79118516bf4fa03c2fa74fb021627a7.zip
- corrected value of nsc.excludes in file build...
- corrected value of nsc.excludes in file build.xml
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 8d5cb70176..436ab47100 100644
--- a/build.xml
+++ b/build.xml
@@ -34,11 +34,11 @@ PROPERTIES
<!-- User properties -->
<property file="${basedir}/build.properties"/>
<!-- General properties -->
- <property name="copyright" value="(c) 2002-06 LAMP/EPFL"/>
+ <property name="copyright" value="(c) 2002-2006 LAMP/EPFL"/>
<!-- NSC configuration properties -->
<property name="nsc.logging" value="none"/>
<property name="nsc.debug-info" value="yes"/>
- <property name="nsc.excludes" value="build.excludes"/>
+ <property name="nsc.excludes" value="${basedir}/build.excludes"/>
<property name="nsc.params" value=""/>
<!-- Location of pre-compiled libraries properties -->
<property name="starr.lib.jar" value="${lib.dir}/scala-library.jar"/>
@@ -212,6 +212,7 @@ INITIALISATION
</if>
<!-- Finding out what is available -->
<available property="excludes.avail" file="${nsc.excludes}"/>
+ <echo level="verbose">excludes.avail=${excludes.avail}</echo>
<condition property="locker.avail">
<available file="${locker.dir}/complete"/>
</condition>