summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sabbus.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sabbus.xml b/sabbus.xml
index 68b5e735d0..e3f83e863d 100644
--- a/sabbus.xml
+++ b/sabbus.xml
@@ -134,7 +134,7 @@ INITIALISATION
FUSION JVM 1.5 LIBRARY SOURCES
============================================================================ -->
- <target name="files" depends="init">
+ <target name="fusion" depends="init">
<!--
<union id="library.files">
<files includes="${src.dir}/library/jvm/jvm1.5/scala/**/*.scala"/>
@@ -168,7 +168,7 @@ FUSION JVM 1.5 LIBRARY SOURCES
LOAD STABLE REFERENCE (STARR) LAYER
============================================================================ -->
- <target name="starr.load" depends="files">
+ <target name="starr.load" depends="fusion">
<path id="starr.classpath">
<pathelement location="${lib.starr.jar}"/>
<pathelement location="${comp.starr.jar}"/>