From bf23fbb746360afcb9a22d2478b2c9255dab9ec2 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 18 Jan 2008 16:29:44 +0000 Subject: replaced "matches" by "contains" (Ant compatibi... replaced "matches" by "contains" (Ant compatibility) --- build.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 012538f76c..d7eb861232 100644 --- a/build.xml +++ b/build.xml @@ -39,13 +39,10 @@ PROPERTIES - - - - + - + @@ -375,14 +372,14 @@ BUILD LOCAL REFERENCE (LOCKER) LAYER srcdir="${src.dir}/library" destdir="${locker.dir}/lib/library" usepredefs="no" - addparams="${nsc.params}" + addparams="${nsc.params}" target="${nsc.target}" deprecation="yes" unchecked="yes" classpath="${locker.dir}/lib/library" includes="scala/Predef.scala"/> @@ -406,7 +403,7 @@ BUILD LOCAL REFERENCE (LOCKER) LAYER -- cgit v1.2.3