7575 <target name =" nightly" > <optimized name =" all.done" /></target >
7676 <target name =" nightly.checkall" > <antcall target =" all.done" > <param name =" partest.scalac_opts" value =" -Ycheck:all" /></antcall ></target >
7777
78- <!-- The IDE build requires actors/ swing, so need to publish them during PR validation until they are modules -->
79- <target name =" publish-opt-nodocs" description =" Publishes Scala (optimized) without generating docs/testing (library/reflect/compiler/actors/ swing)." >
78+ <!-- The IDE build requires swing, so need to publish them during PR validation until they are modules -->
79+ <target name =" publish-opt-nodocs" description =" Publishes Scala (optimized) without generating docs/testing (library/reflect/compiler/swing)." >
8080 <antcall target =" publish" >
8181 <param name =" docs.skip" value =" 1" />
8282 <param name =" scalac.args.optimise" value =" -optimise" />
@@ -556,7 +556,6 @@ TODO:
556556 <echo message =" scala-parser-combinators.version.number = ${ scala-parser-combinators.version.number } " />
557557 <echo message =" scala-swing.version.number = ${ scala-swing.version.number } " />
558558 <echo message =" akka-actor.version.number = ${ akka-actor.version.number } " />
559- <echo message =" actors-migration.version.number = ${ actors-migration.version.number } " />
560559 <echo message =" jline.version = ${ jline.version } " />
561560 <echo message =" partest.version.number = ${ partest.version.number } " />
562561 <echo message =" scalacheck.version.number = ${ scalacheck.version.number } " />
@@ -568,7 +567,6 @@ TODO:
568567 <entry key =" scala-parser-combinators.version.number" value =" ${ scala-parser-combinators.version.number } " />
569568 <entry key =" scala-swing.version.number" value =" ${ scala-swing.version.number } " />
570569 <entry key =" akka-actor.version.number" value =" ${ akka-actor.version.number } " />
571- <entry key =" actors-migration.version.number" value =" ${ actors-migration.version.number } " />
572570 <entry key =" jline.version" value =" ${ jline.version } " />
573571 <entry key =" partest.version.number" value =" ${ partest.version.number } " />
574572 <entry key =" scalacheck.version.number" value =" ${ scalacheck.version.number } " />
@@ -606,8 +604,6 @@ TODO:
606604 <property name =" scaladoc.version" value =" ${ scala-compiler-doc.version.number } " />
607605 <property name =" scaladoc.targetjar" value =" scala-compiler-doc_${ scala.binary.version } -${ scala-compiler-doc.version.number } .jar" />
608606
609- <property name =" actors.description" value =" Scala Actors Library" />
610-
611607 <property name =" swing.description" value =" Scala Swing Library" />
612608 <property name =" swing.package" value =" modules." />
613609 <property name =" swing.jar" value =" ${ scala-swing } " />
@@ -634,7 +630,7 @@ TODO:
634630 <property name =" partest-javaagent.description" value =" Scala Compiler Testing Tool (compiler-specific java agent)" />
635631
636632 <!-- projects without project-specific options: asm, forkjoin, manual, bin, repl -->
637- <for list =" actors, compiler,interactive,scaladoc,library,parser-combinators,partest,partest-extras,partest-javaagent,reflect,scalap,swing,xml" param =" project" >
633+ <for list =" compiler,interactive,scaladoc,library,parser-combinators,partest,partest-extras,partest-javaagent,reflect,scalap,swing,xml" param =" project" >
638634 <sequential >
639635 <!-- description is mandatory -->
640636 <init-project-prop project =" @{ project } " name =" package" default =" " /> <!-- used by mvn-package, copy-bundle, make-bundle -->
@@ -683,7 +679,7 @@ TODO:
683679 There must be a variable of the shape @{stage}.@{project}.build.path
684680 for all @{stage} in locker, quick, strap
685681 and all @{project} in library, reflect, compiler
686- when stage is quick, @{project} also includes: actors, repl, scalap
682+ when stage is quick, @{project} also includes: repl, scalap
687683
688684 NOTE: interactive, scaladoc, are only used upto quick; they are still packed into the compiler jar
689685 -->
@@ -716,11 +712,6 @@ TODO:
716712 <path refid =" aux.libs" />
717713 </path >
718714
719- <path id =" quick.actors.build.path" >
720- <path refid =" quick.library.build.path" />
721- <pathelement location =" ${ build-quick.dir } /classes/actors" />
722- </path >
723-
724715 <path id =" quick.reflect.build.path" >
725716 <path refid =" quick.library.build.path" />
726717 <pathelement location =" ${ build-quick.dir } /classes/reflect" />
@@ -770,7 +761,6 @@ TODO:
770761
771762 <path id =" quick.bin.tool.path" >
772763 <path refid =" quick.repl.build.path" />
773- <path refid =" quick.actors.build.path" />
774764 <pathelement location =" ${ build-quick.dir } /classes/scalap" />
775765 <pathelement location =" ${ build-quick.dir } /classes/scaladoc" />
776766 <path refid =" external-modules-nocore" />
@@ -790,7 +780,6 @@ TODO:
790780 <pathelement location =" ${ library.jar } " />
791781 <pathelement location =" ${ xml.jar } " />
792782 <pathelement location =" ${ parser-combinators.jar } " />
793- <pathelement location =" ${ actors.jar } " />
794783 <pathelement location =" ${ reflect.jar } " />
795784 <pathelement location =" ${ compiler.jar } " />
796785 <!-- TODO modularize compiler: <pathelement location="${scaladoc.jar}"/> -->
@@ -804,10 +793,6 @@ TODO:
804793 <fileset dir =" ${ forkjoin-classes } " />
805794 </path >
806795
807- <path id =" pack.actors.files" >
808- <fileset dir =" ${ build-quick.dir } /classes/actors" />
809- </path >
810-
811796 <path id =" pack.compiler.files" >
812797 <fileset dir =" ${ build-quick.dir } /classes/compiler" />
813798
@@ -854,7 +839,6 @@ TODO:
854839 <path id =" docs.scaladoc.build.path" > <path refid =" quick.scaladoc.build.path" /> </path >
855840 <path id =" docs.interactive.build.path" > <path refid =" quick.interactive.build.path" /> </path >
856841 <path id =" docs.scalap.build.path" > <path refid =" quick.scalap.build.path" /> </path >
857- <path id =" docs.actors.build.path" > <path refid =" quick.actors.build.path" /> </path >
858842
859843 <!-- run-time classpath for scaladoc TODO: resolve through maven -->
860844 <path id =" scaladoc.classpath" >
@@ -910,9 +894,8 @@ TODO:
910894 <pathelement location="${interactive.jar}"/>
911895 -->
912896
913- <!-- TODO: move scalap & actors out of repo -->
897+ <!-- TODO: move scalap out of repo -->
914898 <pathelement location =" ${ scalap.jar } " />
915- <pathelement location =" ${ actors.jar } " />
916899
917900 <!-- partest's dependencies, which marks most of its dependencies as provided,
918901 (but not scala-library, so we filter that one out...)
@@ -935,7 +918,6 @@ TODO:
935918 <rsel : name name =" scala-library*.jar" />
936919 <rsel : name name =" scala-compiler*.jar" />
937920 <rsel : name name =" scala-reflect*.jar" />
938- <rsel : name name =" scala-actors*.jar" />
939921 <rsel : name name =" scala-parser-combinators*.jar" />
940922 <rsel : name name =" scala-xml*.jar" />
941923 </rsel : or ></rsel : not >
@@ -963,7 +945,6 @@ TODO:
963945 <pathelement location =" ${ build-osgi.dir } /org.scala-lang.scala-library.jar" />
964946 <pathelement location =" ${ build-osgi.dir } /org.scala-lang.scala-reflect.jar" />
965947 <pathelement location =" ${ build-osgi.dir } /org.scala-lang.scala-compiler.jar" />
966- <pathelement location =" ${ build-osgi.dir } /org.scala-lang.scala-actors.jar" />
967948 <path refid =" pax.exam.classpath" />
968949 <path refid =" forkjoin.classpath" />
969950 </path >
@@ -1103,9 +1084,6 @@ TODO:
11031084 <target name =" quick.scalap" depends =" quick.repl" >
11041085 <staged-build with =" locker" stage =" quick" project =" scalap" /> </target >
11051086
1106- <target name =" quick.actors" depends =" quick.lib" >
1107- <staged-build with =" locker" stage =" quick" project =" actors" /> </target >
1108-
11091087
11101088
11111089 <target name =" quick.modules" depends =" quick.repl, quick.scaladoc, quick.interactive, quick.scalap" />
@@ -1157,14 +1135,12 @@ TODO:
11571135 <target name="pack.interactive" depends="quick.interactive"> <staged-pack project="interactive"/> </target>
11581136 -->
11591137
1160- <target name =" pack.actors" depends =" quick.actors" > <staged-pack project =" actors" /> </target >
1161-
11621138 <target name =" pack.scalap" depends =" quick.scalap" > <staged-pack project =" scalap" /> </target >
11631139
11641140 <target name =" pack.core" depends =" pack.reflect, pack.comp, pack.lib" />
11651141
11661142 <!-- TODO modularize compiler: pack.scaladoc, pack.interactive, -->
1167- <target name =" pack.modules" depends =" pack.actors, pack. scalap" >
1143+ <target name =" pack.modules" depends =" pack.scalap" >
11681144 <copy todir =" ${ build-pack.dir } /lib" >
11691145 <path refid =" external-modules-nocore" />
11701146 <mapper type =" flatten" />
@@ -1270,8 +1246,6 @@ TODO:
12701246 <include name="${scaladoc.jar}"/>
12711247 -->
12721248
1273- <file name =" ${ actors.jar } " />
1274-
12751249 <file name =" ${ parser-combinators.jar } " />
12761250 <file name =" ${ xml.jar } " />
12771251 <file name =" ${ swing.jar } " />
@@ -1296,11 +1270,6 @@ TODO:
12961270 </make-bundle>
12971271 -->
12981272
1299- <make-bundle project =" actors" >
1300- <fileset dir =" ${ src.dir } /actors" />
1301- </make-bundle >
1302-
1303-
13041273 <make-bundle project =" parser-combinators" />
13051274 <make-bundle project =" xml" />
13061275 <make-bundle project =" swing" />
@@ -1611,12 +1580,6 @@ TODO:
16111580 </target>
16121581 -->
16131582
1614- <target name =" docs.actors" depends =" docs.start" unless =" docs.skip" >
1615- <staged-docs project =" actors" >
1616- <include name =" **/*.scala" />
1617- </staged-docs >
1618- </target >
1619-
16201583 <target name =" docs.scalap" depends =" docs.start" unless =" docs.skip" >
16211584 <staged-docs project =" scalap" >
16221585 <include name =" **/*.scala" />
@@ -1625,7 +1588,7 @@ TODO:
16251588
16261589 <target name =" docs.core" depends =" docs.lib, docs.reflect, docs.comp" unless =" docs.skip" />
16271590 <!-- TODO modularize compiler: docs.scaladoc, docs.interactive, -->
1628- <target name =" docs.done" depends =" docs.core, docs.actors, docs. scalap" unless =" docs.skip" />
1591+ <target name =" docs.done" depends =" docs.core, docs.scalap" unless =" docs.skip" />
16291592
16301593 <!-- doc/ and man/ -->
16311594 <target name =" pack.doc" depends =" scaladoc.task" unless =" docs.skip" > <!-- depends on scaladoc.task for scalac taskdef -->
@@ -1700,8 +1663,6 @@ MAIN DISTRIBUTION PACKAGING
17001663 <mvn-package project="scaladoc"/>
17011664 -->
17021665
1703- <mvn-package project =" actors" />
1704-
17051666 <!-- don't bother fitting scalap into the mould: it will move out soon -->
17061667 <copy tofile =" ${ dist.maven } /scalap/scalap-pom.xml" file =" ${ src.dir } /build/maven/scalap-pom.xml" overwrite =" true" />
17071668 <copy tofile =" ${ dist.maven } /scalap/scalap.jar" file =" ${ scalap.jar } " overwrite =" true" />
0 commit comments