summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-25 19:50:28 +0000
committerPaul Phillips <paulp@improving.org>2010-02-25 19:50:28 +0000
commitae71711ffdda619e393bf9f7b9f6581bb81c1fd4 (patch)
treedeaf5e32329685faf776ac0f28f83c7679fcd156 /build.xml
parente81eeb3679473f61490718bbeef6dcc53644bd04 (diff)
downloadscala-ae71711ffdda619e393bf9f7b9f6581bb81c1fd4.tar.gz
scala-ae71711ffdda619e393bf9f7b9f6581bb81c1fd4.tar.bz2
scala-ae71711ffdda619e393bf9f7b9f6581bb81c1fd4.zip
More partest cleanups, and putting back a coupl...
More partest cleanups, and putting back a couple lines in build.xml which were left a little too commented out. No review.
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 acdb4281d4..e706467a69 100644
--- a/build.xml
+++ b/build.xml
@@ -570,7 +570,7 @@ QUICK BUILD (QUICK)
<include name="**/*.scala"/>
<compilationpath>
<pathelement location="${build-quick.dir}/classes/library"/>
- <!-- <pathelement location="${build-quick.dir}/classes/compiler"/> -->
+ <pathelement location="${build-quick.dir}/classes/compiler"/>
<pathelement location="${fjbg.jar}"/>
<pathelement location="${msil.jar}"/>
<pathelement location="${forkjoin.jar}"/>
@@ -1013,7 +1013,7 @@ BOOTSTRAPPING BUILD (STRAP)
<include name="**/*.scala"/>
<compilationpath>
<pathelement location="${build-strap.dir}/classes/library"/>
- <!-- <pathelement location="${build-strap.dir}/classes/compiler"/> -->
+ <pathelement location="${build-strap.dir}/classes/compiler"/>
<pathelement location="${fjbg.jar}"/>
<pathelement location="${msil.jar}"/>
<pathelement location="${forkjoin.jar}"/>