summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-05-12 16:27:50 +0000
committermichelou <michelou@epfl.ch>2006-05-12 16:27:50 +0000
commit7199ea34abfcc9c45147e6c5f6a18afa38cd3f46 (patch)
tree39d29b82947e3fcfcded0084ff885187e6f56b27 /build.xml
parent92dcada606ecce91a27db8e42f8caae6b04f5243 (diff)
downloadscala-7199ea34abfcc9c45147e6c5f6a18afa38cd3f46.tar.gz
scala-7199ea34abfcc9c45147e6c5f6a18afa38cd3f46.tar.bz2
scala-7199ea34abfcc9c45147e6c5f6a18afa38cd3f46.zip
fixed error in file build.xml
fixed IBM J9 related error in file test/clitest
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e00eea2366..cf843f55db 100644
--- a/build.xml
+++ b/build.xml
@@ -26,7 +26,7 @@ PROPERTIES
<property name="test.dir" value="${basedir}/test"/>
<!-- Loads custom properties definitions -->
<property name="properties.file" value="${basedir}/build.properties"/>
- <property file="${properties}"/>
+ <property file="${properties.file}"/>
<!-- Defines the product being built -->
<property name="copyright.string" value="copyright 2002-2006 LAMP EPFL"/>
<property name="number.file" value="${basedir}/build.number"/>