summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-04-02 00:14:40 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-04-02 07:59:05 -0700
commit92a17850f18a5d457e79be7e83bcb0567fe72e54 (patch)
treee31a1fae401e9389c6bd231a971137722c33cdd5 /build.xml
parent7c0e8f025a8e197acef1de0d17d7562904f5d267 (diff)
downloadscala-92a17850f18a5d457e79be7e83bcb0567fe72e54.tar.gz
scala-92a17850f18a5d457e79be7e83bcb0567fe72e54.tar.bz2
scala-92a17850f18a5d457e79be7e83bcb0567fe72e54.zip
formatting
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/build.xml b/build.xml
index d7097b53a6..052b10f4fd 100644
--- a/build.xml
+++ b/build.xml
@@ -1108,37 +1108,37 @@ targets exercised:
<!-- ===========================================================================
QUICK BUILD (QUICK)
============================================================================ -->
- <target name="quick.start" depends="locker.done"/>
+ <target name="quick.start" depends="locker.done"/>
- <target name="quick.lib" depends="quick.start">
- <staged-build with="locker" stage="quick" project="library" srcpath="${src.dir}/library" includes="lib.rootdoc.includes"/></target>
+ <target name="quick.lib" depends="quick.start">
+ <staged-build with="locker" stage="quick" project="library" srcpath="${src.dir}/library" includes="lib.rootdoc.includes"/></target>
<target name="quick.actors" depends="quick.lib">
- <staged-build with="locker" stage="quick" project="actors"/> </target>
+ <staged-build with="locker" stage="quick" project="actors"/> </target>
<target name="quick.msil" depends="quick.lib">
- <staged-build with="locker" stage="quick" project="msil" java-excludes="**/tests/**"/> </target>
+ <staged-build with="locker" stage="quick" project="msil" java-excludes="**/tests/**"/> </target>
<target name="quick.reflect" depends="quick.lib">
- <staged-build with="locker" stage="quick" project="reflect"/> </target>
+ <staged-build with="locker" stage="quick" project="reflect"/> </target>
<target name="quick.comp" depends="quick.reflect, quick.msil">
- <staged-build with="locker" stage="quick" project="compiler"/> </target>
+ <staged-build with="locker" stage="quick" project="compiler"/> </target>
<target name="quick.scalacheck" depends="quick.actors, quick.lib">
- <staged-build with="locker" stage="quick" project="scalacheck" args="-nowarn"/> </target>
+ <staged-build with="locker" stage="quick" project="scalacheck" args="-nowarn"/> </target>
<target name="quick.scalap" depends="quick.comp">
- <staged-build with="locker" stage="quick" project="scalap"/> </target>
+ <staged-build with="locker" stage="quick" project="scalap"/> </target>
<target name="quick.partest" depends="quick.scalap, quick.comp, asm.done">
- <staged-build with="locker" stage="quick" project="partest" version="partest"/> </target>
+ <staged-build with="locker" stage="quick" project="partest" version="partest"/> </target>
<target name="quick.swing" depends="quick.actors, quick.lib" if="has.java6">
- <staged-build with="locker" stage="quick" project="swing"/> </target>
+ <staged-build with="locker" stage="quick" project="swing"/> </target>
- <target name="quick.plugins" depends="quick.comp">
- <staged-uptodate stage="quick" project="plugins">
+ <target name="quick.plugins" depends="quick.comp">
+ <staged-uptodate stage="quick" project="plugins">
<check><srcfiles dir="${src.dir}/continuations"/></check>
<do>
<stopwatch name="quick.plugins.timer"/>