summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-09-10 09:28:15 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-09-10 09:28:15 +0000
commit3c224284fd5292e73f8b0a2aa936c11f009bf14a (patch)
treeff0b38c9effa14cbcc8b3628e843753f6689d4e5 /build.xml
parentbbbfe4e748bc8d16d757c3dd1a2388ff27c92d69 (diff)
downloadscala-3c224284fd5292e73f8b0a2aa936c11f009bf14a.tar.gz
scala-3c224284fd5292e73f8b0a2aa936c11f009bf14a.tar.bz2
scala-3c224284fd5292e73f8b0a2aa936c11f009bf14a.zip
made my changes actually work :)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d3f609337f..e9d8da37b5 100644
--- a/build.xml
+++ b/build.xml
@@ -135,8 +135,6 @@ PROPERTIES
<!-- Additional command line arguments for scalac. They are added to all build targets -->
<property name="scalac.args" value=""/>
- <property name="scalac.args.optimise" value=""/>
- <property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
<property name="javac.args" value=""/>
<!-- Sets location of pre-compiled libraries -->
@@ -180,6 +178,8 @@ INITIALISATION
============================================================================ -->
<target name="init">
+ <property name="scalac.args.optimise" value=""/>
+ <property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
<!-- Setting-up Ant contrib tasks -->
<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="${lib.dir}/ant/ant-contrib.jar"/>
<!-- This is the start time for the distribution -->