@@ -796,12 +796,6 @@ TODO:
796
796
<path refid =" asm.classpath" />
797
797
</path >
798
798
799
- <path id =" quick.repl.build.path" >
800
- <path refid =" quick.compiler.build.path" />
801
- <pathelement location =" ${ build-quick.dir } /classes/repl" />
802
- <path refid =" repl.deps.classpath" />
803
- </path >
804
-
805
799
<path id =" quick.scalap.build.path" >
806
800
<path refid =" quick.compiler.build.path" />
807
801
<pathelement location =" ${ build-quick.dir } /classes/scalap" />
@@ -832,6 +826,13 @@ TODO:
832
826
<pathelement location =" ${ build-quick.dir } /classes/interactive" />
833
827
</path >
834
828
829
+ <path id =" quick.repl.build.path" >
830
+ <path refid =" quick.compiler.build.path" />
831
+ <path refid =" quick.interactive.build.path" />
832
+ <pathelement location =" ${ build-quick.dir } /classes/repl" />
833
+ <path refid =" repl.deps.classpath" />
834
+ </path >
835
+
835
836
<path id =" quick.bin.tool.path" >
836
837
<path refid =" quick.repl.build.path" />
837
838
<path refid =" quick.actors.build.path" />
@@ -1156,15 +1157,15 @@ TODO:
1156
1157
<target name =" quick.comp" depends =" quick.reflect" >
1157
1158
<staged-build with =" locker" stage =" quick" project =" compiler" /> </target >
1158
1159
1159
- <target name =" quick.repl" depends =" quick.comp" >
1160
- <staged-build with =" locker" stage =" quick" project =" repl" /> </target >
1161
-
1162
1160
<target name =" quick.scaladoc" depends =" quick.comp" >
1163
1161
<staged-build with =" locker" stage =" quick" project =" scaladoc" version =" scaladoc" /> </target >
1164
1162
1165
1163
<target name =" quick.interactive" depends =" quick.comp, quick.scaladoc" >
1166
1164
<staged-build with =" locker" stage =" quick" project =" interactive" /> </target >
1167
1165
1166
+ <target name =" quick.repl" depends =" quick.comp, quick.interactive" >
1167
+ <staged-build with =" locker" stage =" quick" project =" repl" /> </target >
1168
+
1168
1169
<target name =" quick.scalap" depends =" quick.repl" >
1169
1170
<staged-build with =" locker" stage =" quick" project =" scalap" /> </target >
1170
1171
0 commit comments