summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-05-08 15:15:42 +0000
committermichelou <michelou@epfl.ch>2006-05-08 15:15:42 +0000
commit0015af717164795fd0acbec1c7bf027d3c654938 (patch)
treeba33938e0787bdaf67db3e04246983d458a4a818 /build.xml
parent026286b7aa727e5de632f7de6fe690bb804bf45d (diff)
downloadscala-0015af717164795fd0acbec1c7bf027d3c654938.tar.gz
scala-0015af717164795fd0acbec1c7bf027d3c654938.tar.bz2
scala-0015af717164795fd0acbec1c7bf027d3c654938.zip
fixed classpath for library file fjbg.jar (for ...
fixed classpath for library file fjbg.jar (for nightly build)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 3136546e23..4c6e85751c 100644
--- a/build.xml
+++ b/build.xml
@@ -464,7 +464,7 @@ BUILD LOCAL REFERENCE (LOCKER) LAYER
<classpath>
<pathelement location="${locker.lib.dir}"/>
<pathelement location="${locker.comp.dir}"/>
- <path refid="starr.classpath"/>
+ <pathelement location="${fjbg.jar}"/>
<pathelement location="${ant.jar}"/>
</classpath>
<include name="**/*.scala"/>
@@ -614,7 +614,7 @@ BUILD QUICK-TEST LAYER
<classpath>
<pathelement location="${quick.lib.dir}"/>
<pathelement location="${quick.comp.dir}"/>
- <path refid="locker.classpath"/>
+ <pathelement location="${fjbg.jar}"/>
<pathelement location="${ant.jar}"/>
</classpath>
<include name="**/*.scala"/>
@@ -769,7 +769,7 @@ TEST
<classpath>
<pathelement location="${strap.lib.dir}"/>
<pathelement location="${strap.comp.dir}"/>
- <path refid="quick.classpath"/>
+ <pathelement location="${fjbg.jar}"/>
<pathelement location="${ant.jar}"/>
</classpath>
<include name="**/*.scala"/>
@@ -915,7 +915,7 @@ DOCUMENTATION
<classpath>
<pathelement location="${quick.lib.dir}"/>
<pathelement location="${quick.comp.dir}"/>
- <path refid="quick.classpath"/>
+ <pathelement location="${fjbg.jar}"/>
<pathelement location="${ant.jar}"/>
</classpath>
<include name="**/*.scala"/>