summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2011-09-17 09:12:48 +0000
committermichelou <michelou@epfl.ch>2011-09-17 09:12:48 +0000
commita3ce6c471a445716a19d7402414ffda50f1d8e80 (patch)
treefe57a31b4aa398e485b67f67845a9cc7782722e6 /build.xml
parent3b48cc7fe0facd63224eacb5f7113213ffb7bfe3 (diff)
downloadscala-a3ce6c471a445716a19d7402414ffda50f1d8e80.tar.gz
scala-a3ce6c471a445716a19d7402414ffda50f1d8e80.tar.bz2
scala-a3ce6c471a445716a19d7402414ffda50f1d8e80.zip
Removed leading tabs in build.xml
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 d4ec4b87af..5425f1ad7a 100644
--- a/build.xml
+++ b/build.xml
@@ -206,10 +206,10 @@ INITIALISATION
<property name="scalac.args.optimise" value=""/>
<!-- scalac.args.quickonly are added to quick.* targets but not others (particularly, locker.)
This is to facilitate testing new command line options which do not yet exist in starr. -->
- <property name="scalac.args.quickonly" value=""/>
-
+ <property name="scalac.args.quickonly" value=""/>
+
<property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
- <property name="scalac.args.quick" value="${scalac.args.all} ${scalac.args.quickonly}"/>
+ <property name="scalac.args.quick" value="${scalac.args.all} ${scalac.args.quickonly}"/>
<!-- 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 -->
@@ -223,8 +223,8 @@ INITIALISATION
</condition>
<exec osfamily="unix" executable="tools/get-scala-revision" outputproperty="svn.number" failifexecutionfails="false" />
- <exec osfamily="windows" executable="tools/get-scala-revision.bat" outputproperty="svn.number" failifexecutionfails="false" />
- <!-- some default in case something went wrong getting the revision -->
+ <exec osfamily="windows" executable="tools/get-scala-revision.bat" outputproperty="svn.number" failifexecutionfails="false" />
+ <!-- some default in case something went wrong getting the revision -->
<property name="svn.number" value="0"/>
<property name="init.avail" value="yes"/>
@@ -1165,7 +1165,7 @@ BOOTSTRAPPING BUILD (STRAP)
jvmargs="${scalacfork.jvmargs}">
<include name="**/*.scala"/>
<compilationpath>
- <pathelement location="${build-strap.dir}/classes/library"/>
+ <pathelement location="${build-strap.dir}/classes/library"/>
</compilationpath>
</scalacfork>
</target>