summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-06-11 10:31:45 +0000
committermichelou <michelou@epfl.ch>2008-06-11 10:31:45 +0000
commit98596ff0aa4c97dca9264c7c13dd9c889b749ccf (patch)
tree102fe979ae3058e5d565d801e186b1123cc8dcce /build.xml
parent2d6cc7c416ce19ff6912d044b279e9ade3e17ddc (diff)
downloadscala-98596ff0aa4c97dca9264c7c13dd9c889b749ccf.tar.gz
scala-98596ff0aa4c97dca9264c7c13dd9c889b749ccf.tar.bz2
scala-98596ff0aa4c97dca9264c7c13dd9c889b749ccf.zip
indentation
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 7784682769..5b3da09dfa 100644
--- a/build.xml
+++ b/build.xml
@@ -76,13 +76,14 @@ PROPERTIES
<property name="lib-ant.dir" value="${lib.dir}/ant"/>
<property name="src.dir" value="${basedir}/src"/>
<property name="test.dir" value="${basedir}/test"/>
-
+
<!-- Loads custom properties definitions -->
<property file="${basedir}/build.properties"/>
<!-- Additional command line arguments for scalac. They are added to all build targets -->
<property name="scalac.args" value=""/>
<property name="javac.args" value=""/>
+
<!-- Sets location of pre-compiled libraries -->
<property name="lib.starr.jar" value="${lib.dir}/scala-library.jar"/>
<property name="comp.starr.jar" value="${lib.dir}/scala-compiler.jar"/>
@@ -176,7 +177,7 @@ LOCAL REFERENCE BUILD (LOCKER)
includes="**/*.java"
target="1.5" source="1.5">
<compilerarg line="${javac.args}"/>
- </javac>
+ </javac>
<sabmake id="starr.lib.scalac"
destdir="${build-locker.dir}/classes/library"
compilerpathref="starr.classpath"
@@ -644,7 +645,7 @@ BOOTSTRAPPING BUILD (STRAP)
includes="**/*.java"
target="1.5" source="1.5">
<compilerarg line="${javac.args}"/>
- </javac>
+ </javac>
<javac
srcdir="${src.dir}/actors"
destdir="${build-strap.dir}/classes/library"
@@ -652,7 +653,7 @@ BOOTSTRAPPING BUILD (STRAP)
includes="**/*.java"
target="1.5" source="1.5">
<compilerarg line="${javac.args}"/>
- </javac>
+ </javac>
<scalac
srcdir="${src.dir}/library"
destdir="${build-strap.dir}/classes/library"