summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-01-07 13:23:09 +0000
committermichelou <michelou@epfl.ch>2008-01-07 13:23:09 +0000
commit5327f1188a686366944087929c07f2f15d4f9f75 (patch)
tree225f5378344895189e62d86d650ccd41c3acfb64 /build.xml
parent7da478591fa9db1d0719a3a9fa8ad78a8cf5a732 (diff)
downloadscala-5327f1188a686366944087929c07f2f15d4f9f75.tar.gz
scala-5327f1188a686366944087929c07f2f15d4f9f75.tar.bz2
scala-5327f1188a686366944087929c07f2f15d4f9f75.zip
added target to locker task
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 76abf5e121..e5df521f0d 100644
--- a/build.xml
+++ b/build.xml
@@ -493,7 +493,7 @@ BUILD QUICK-TEST LAYER
srcdir="${src.dir}/library"
destdir="${quick.dir}/lib/library"
usepredefs="no"
- addparams="${nsc.params}"
+ addparams="${nsc.params}" target="jvm-1.4"
deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}"
classpath="${quick.dir}/lib/library"
@@ -501,7 +501,7 @@ BUILD QUICK-TEST LAYER
<locker
srcdir="${src.dir}/library"
destdir="${quick.dir}/lib/library"
- addparams="${nsc.params}"
+ addparams="${nsc.params}" target="jvm-1.4"
deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}"
classpath="${quick.dir}/lib/library">
@@ -526,7 +526,7 @@ BUILD QUICK-TEST LAYER
<locker
srcdir="${src.dir}/dbc"
destdir="${quick.dir}/lib/dbc"
- addparams="${nsc.params}"
+ addparams="${nsc.params}" target="jvm-1.4"
deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}">
<classpath>
@@ -547,7 +547,7 @@ BUILD QUICK-TEST LAYER
<locker
srcdir="${src.dir}/actors"
destdir="${quick.dir}/lib/actors"
- addparams="${nsc.params}"
+ addparams="${nsc.params}" target="jvm-1.4"
deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}">
<classpath>
@@ -562,7 +562,7 @@ BUILD QUICK-TEST LAYER
<locker
srcdir="${src.dir}/compiler"
destdir="${quick.dir}/lib/compiler"
- addparams="${nsc.params}"
+ addparams="${nsc.params}" target="jvm-1.4"
deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}">
<classpath>
@@ -591,7 +591,7 @@ BUILD QUICK-TEST LAYER
<locker
srcdir="${src.dir}/partest"
destdir="${quick.dir}/lib/partest"
- addparams="${nsc.params}"
+ addparams="${nsc.params}" target="jvm-1.4"
deprecation="yes" unchecked="yes">
<classpath>
<pathelement location="${quick.dir}/lib/library"/>