summaryrefslogtreecommitdiff
path: root/sabbus.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-03-07 14:08:10 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-03-07 14:08:10 +0000
commitc19b67566eaeb7a96226c48678870cab8b631bd4 (patch)
treeb6adc7619534ed7ad13e8ed825363d11eab96420 /sabbus.xml
parent060068379f97ed88544b145a63b9bfc7b8f01d8b (diff)
downloadscala-c19b67566eaeb7a96226c48678870cab8b631bd4.tar.gz
scala-c19b67566eaeb7a96226c48678870cab8b631bd4.tar.bz2
scala-c19b67566eaeb7a96226c48678870cab8b631bd4.zip
Fixed typo in SuperSABBUS that prevented it fro...
Fixed typo in SuperSABBUS that prevented it from building STRAP.
Diffstat (limited to 'sabbus.xml')
-rw-r--r--sabbus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sabbus.xml b/sabbus.xml
index a679f4b3be..b1362de3be 100644
--- a/sabbus.xml
+++ b/sabbus.xml
@@ -350,7 +350,7 @@ BUILD STRAP LAYER
<!-- Build library -->
<mkdir dir="${build-strap.dir}/classes/library"/>
<javac
- srcdir="${src.dir}/library"
+ srcdir="${src.dir}"
destdir="${build-strap.dir}/classes/library"
classpath="${build-strap.dir}/classes/library">
<include name="library/**/*.java"/>