@@ -165,7 +165,6 @@ TODO:
165165 <property name =" build.dir" value =" ${ basedir } /build" />
166166 <property name =" build-deps.dir" value =" ${ build.dir } /deps" />
167167 <property name =" build-libs.dir" value =" ${ build.dir } /libs" />
168- <property name =" build-forkjoin.dir" value =" ${ build-libs.dir } " />
169168 <property name =" build-locker.dir" value =" ${ build.dir } /locker" />
170169 <property name =" build-quick.dir" value =" ${ build.dir } /quick" />
171170 <property name =" build-pack.dir" value =" ${ build.dir } /pack" />
@@ -570,9 +569,6 @@ TODO:
570569 </propertyfile >
571570 </then ></if >
572571
573- <path id =" forkjoin.classpath" path =" ${ build-forkjoin.dir } /classes/forkjoin" />
574- <property name =" forkjoin-classes" refid =" forkjoin.classpath" />
575-
576572 <!-- the following properties fully define staged-docs, staged-pack, make-bundle, copy-bundle and mvn-package for each of the projects -->
577573 <property name =" library.description" value =" Scala Standard Library" />
578574 <property name =" library.docroot" value =" rootdoc.txt" />
@@ -627,7 +623,7 @@ TODO:
627623 <property name =" partest-extras.description" value =" Scala Compiler Testing Tool (compiler-specific extras)" />
628624 <property name =" partest-javaagent.description" value =" Scala Compiler Testing Tool (compiler-specific java agent)" />
629625
630- <!-- projects without project-specific options: forkjoin, manual, bin, repl -->
626+ <!-- projects without project-specific options: manual, bin, repl -->
631627 <for list =" compiler,interactive,scaladoc,library,parser-combinators,partest,partest-extras,partest-javaagent,reflect,scalap,swing,xml,repl-jline" param =" project" >
632628 <sequential >
633629 <!-- description is mandatory -->
@@ -685,7 +681,6 @@ TODO:
685681 <!-- LOCKER -->
686682 <path id =" locker.library.build.path" >
687683 <pathelement location =" ${ build-locker.dir } /classes/library" />
688- <path refid =" forkjoin.classpath" />
689684 <path refid =" aux.libs" />
690685 </path >
691686
@@ -706,7 +701,6 @@ TODO:
706701 <!-- QUICK -->
707702 <path id =" quick.library.build.path" >
708703 <pathelement location =" ${ build-quick.dir } /classes/library" />
709- <path refid =" forkjoin.classpath" />
710704 <path refid =" aux.libs" />
711705 </path >
712706
@@ -781,7 +775,6 @@ TODO:
781775 <pathelement location =" ${ reflect.jar } " />
782776 <pathelement location =" ${ compiler.jar } " />
783777 <pathelement location =" ${ ant.jar } " />
784- <path refid =" forkjoin.classpath" />
785778 <path refid =" aux.libs" />
786779 </path >
787780
@@ -799,7 +792,6 @@ TODO:
799792
800793 <path id =" pack.library.files" >
801794 <fileset dir =" ${ build-quick.dir } /classes/library" />
802- <fileset dir =" ${ forkjoin-classes } " />
803795 </path >
804796
805797 <path id =" pack.repl-jline.files" > <fileset dir =" ${ build-quick.dir } /classes/repl-jline" /> </path >
@@ -829,7 +821,6 @@ TODO:
829821 <!-- STRAP -->
830822 <path id =" strap.library.build.path" >
831823 <pathelement location =" ${ build-strap.dir } /classes/library" />
832- <path refid =" forkjoin.classpath" />
833824 <path refid =" aux.libs" />
834825 </path >
835826
@@ -958,7 +949,6 @@ TODO:
958949 <pathelement location =" ${ build-osgi.dir } /org.scala-lang.scala-reflect.jar" />
959950 <pathelement location =" ${ build-osgi.dir } /org.scala-lang.scala-compiler.jar" />
960951 <path refid =" pax.exam.classpath" />
961- <path refid =" forkjoin.classpath" />
962952 </path >
963953
964954 <path id =" test.osgi.compiler.build.path.felix" >
@@ -1029,8 +1019,6 @@ TODO:
10291019 LOCAL DEPENDENCIES
10301020============================================================================ -->
10311021
1032- <target name =" forkjoin.done" depends =" init" > <simple-javac project =" forkjoin" args =" -XDignore.symbol.file" jar =" no" /></target >
1033-
10341022 <!-- For local development only. We only allow released versions of Scala for STARR.
10351023 This builds quick (core only) and publishes it with a generated version number,
10361024 saving it as starr.version in build.properties, so this compiler will be used as STARR in your next build
@@ -1051,7 +1039,7 @@ TODO:
10511039<!-- ===========================================================================
10521040 LOCAL REFERENCE BUILD (LOCKER)
10531041============================================================================ -->
1054- <target name =" locker.start" depends =" forkjoin.done " >
1042+ <target name =" locker.start" depends =" init " >
10551043 <condition property =" locker.locked" ><available file =" ${ build-locker.dir } /locker.locked" /></condition ></target >
10561044
10571045 <target name =" locker.lib" depends =" locker.start" unless =" locker.locked" >
@@ -1137,7 +1125,7 @@ TODO:
11371125<!-- ===========================================================================
11381126 PACKED QUICK BUILD (PACK)
11391127============================================================================ -->
1140- <target name =" pack.lib" depends =" quick.lib, forkjoin.done " > <staged-pack project =" library" /></target >
1128+ <target name =" pack.lib" depends =" quick.lib" > <staged-pack project =" library" /></target >
11411129
11421130 <target name =" pack.reflect" depends =" quick.reflect" > <staged-pack project =" reflect" /> </target >
11431131
0 commit comments