summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>