@@ -461,7 +461,6 @@ INITIALISATION
461
461
<!-- Libraries only used for STARR -->
462
462
<path id =" starr.dep.libs" >
463
463
<fileset dir =" ${ lib.dir } " >
464
- <include name =" fjbg.jar" />
465
464
<include name =" forkjoin.jar" />
466
465
<include name =" msil.jar" />
467
466
</fileset >
@@ -592,58 +591,11 @@ LOCAL DEPENDENCY (FORKJOIN)
592
591
<delete file =" ${ build-libs.dir } /forkjoin.complete" quiet =" yes" failonerror =" no" />
593
592
</target >
594
593
595
- <!-- ===========================================================================
596
- LOCAL DEPENDENCY (FJBG)
597
- ============================================================================ -->
598
-
599
- <target name =" fjbg.init" depends =" init" >
600
- <uptodate property =" fjbg.available" targetfile =" ${ build-libs.dir } /fjbg.complete" >
601
- <srcfiles dir =" ${ src.dir } /fjbg" >
602
- <include name =" **/*.java" />
603
- <include name =" **/*.scala" />
604
- </srcfiles >
605
- </uptodate >
606
- </target >
607
-
608
- <target name =" fjbg.lib" depends =" fjbg.init" unless =" fjbg.available" >
609
- <stopwatch name =" fjbg.lib.timer" />
610
- <mkdir dir =" ${ build-libs.dir } /classes/fjbg" />
611
- <javac
612
- srcdir =" ${ src.dir } /fjbg"
613
- destdir =" ${ build-libs.dir } /classes/fjbg"
614
- classpath =" ${ build-libs.dir } /classes/fjbg"
615
- includes =" **/*.java"
616
- debug =" true"
617
- target =" 1.6" source =" 1.4" >
618
- <compilerarg line =" ${ javac.args } -XDignore.symbol.file" />
619
- </javac >
620
- <touch file =" ${ build-libs.dir } /fjbg.complete" verbose =" no" />
621
- <stopwatch name =" fjbg.lib.timer" action =" total" />
622
- </target >
623
-
624
- <target name =" fjbg.pack" depends =" fjbg.lib" >
625
- <jar destfile =" ${ build-libs.dir } /fjbg.jar" >
626
- <fileset dir =" ${ build-libs.dir } /classes/fjbg" />
627
- </jar >
628
- </target >
629
-
630
- <target name =" fjbg.done" depends =" fjbg.pack" >
631
- <!-- TODO - jar or classfiles? -->
632
- <path id =" fjbg.classpath" >
633
- <pathelement location =" ${ build-libs.dir } /classes/fjbg" />
634
- </path >
635
- </target >
636
-
637
- <target name =" fjbg.clean" depends =" init" >
638
- <delete dir =" ${ build-libs.dir } /classes/fjbg" includeemptydirs =" yes" quiet =" yes" failonerror =" no" />
639
- <delete file =" ${ build-libs.dir } /fjbg.complete" quiet =" yes" failonerror =" no" />
640
- </target >
641
-
642
594
<!-- ===========================================================================
643
595
LOCAL REFERENCE BUILD (LOCKER)
644
596
============================================================================ -->
645
597
646
- <target name =" locker.start" depends =" asm.done, forkjoin.done, fjbg.done " >
598
+ <target name =" locker.start" depends =" asm.done, forkjoin.done" >
647
599
<condition property =" locker.available" >
648
600
<available file =" ${ build-locker.dir } /all.complete" />
649
601
</condition >
@@ -790,7 +742,6 @@ LOCAL REFERENCE BUILD (LOCKER)
790
742
<pathelement location =" ${ build-locker.dir } /classes/library" />
791
743
<pathelement location =" ${ build-locker.dir } /classes/reflect" />
792
744
<pathelement location =" ${ build-locker.dir } /classes/compiler" />
793
- <path refid =" fjbg.classpath" />
794
745
<path refid =" aux.libs" />
795
746
<pathelement location =" ${ jline.jar } " />
796
747
</compilationpath >
@@ -809,7 +760,6 @@ LOCAL REFERENCE BUILD (LOCKER)
809
760
<pathelement location =" ${ build-locker.dir } /classes/library" />
810
761
<pathelement location =" ${ build-locker.dir } /classes/reflect" />
811
762
<pathelement location =" ${ build-locker.dir } /classes/compiler" />
812
- <path refid =" fjbg.classpath" />
813
763
<path refid =" aux.libs" />
814
764
<path refid =" asm.classpath" />
815
765
<pathelement location =" ${ locker.comp.msil } " />
@@ -845,7 +795,6 @@ LOCAL REFERENCE BUILD (LOCKER)
845
795
<pathelement location =" ${ build-locker.dir } /classes/library" />
846
796
<pathelement location =" ${ build-locker.dir } /classes/reflect" />
847
797
<pathelement location =" ${ build-locker.dir } /classes/compiler" />
848
- <path refid =" fjbg.classpath" />
849
798
<path refid =" forkjoin.classpath" />
850
799
<path refid =" asm.classpath" />
851
800
<path refid =" aux.libs" />
@@ -855,7 +804,6 @@ LOCAL REFERENCE BUILD (LOCKER)
855
804
<pathelement location =" ${ build-quick.dir } /classes/library" />
856
805
<pathelement location =" ${ build-quick.dir } /classes/reflect" />
857
806
<pathelement location =" ${ build-quick.dir } /classes/compiler" />
858
- <path refid =" fjbg.classpath" />
859
807
<path refid =" forkjoin.classpath" />
860
808
<path refid =" asm.classpath" />
861
809
<path refid =" aux.libs" />
@@ -953,7 +901,6 @@ PACKED LOCKER BUILD (PALO)
953
901
<jar destfile =" ${ build-palo.dir } /lib/scala-compiler.jar" manifest =" ${ basedir } /META-INF/MANIFEST.MF" >
954
902
<fileset dir =" ${ build-locker.dir } /classes/compiler" />
955
903
<fileset dir =" ${ build-asm.dir } /classes/" />
956
- <fileset dir =" ${ build-libs.dir } /classes/fjbg" />
957
904
</jar >
958
905
<copy file =" ${ jline.jar } " toDir =" ${ build-palo.dir } /lib" />
959
906
</target >
@@ -1185,7 +1132,6 @@ QUICK BUILD (QUICK)
1185
1132
<pathelement location =" ${ build-quick.dir } /classes/library" />
1186
1133
<pathelement location =" ${ build-quick.dir } /classes/reflect" />
1187
1134
<pathelement location =" ${ build-quick.dir } /classes/compiler" />
1188
- <path refid =" fjbg.classpath" />
1189
1135
<path refid =" aux.libs" />
1190
1136
<pathelement location =" ${ jline.jar } " />
1191
1137
</compilationpath >
@@ -1203,7 +1149,6 @@ QUICK BUILD (QUICK)
1203
1149
<pathelement location =" ${ build-quick.dir } /classes/compiler" />
1204
1150
<path refid =" aux.libs" />
1205
1151
<path refid =" forkjoin.classpath" />
1206
- <path refid =" fjbg.classpath" />
1207
1152
<path refid =" asm.classpath" />
1208
1153
<pathelement location =" ${ jline.jar } " />
1209
1154
</compilationpath >
@@ -1254,7 +1199,6 @@ QUICK BUILD (QUICK)
1254
1199
<pathelement location =" ${ build-quick.dir } /classes/compiler" />
1255
1200
<pathelement location =" ${ build-quick.dir } /classes/continuations-plugin" />
1256
1201
<path refid =" forkjoin.classpath" />
1257
- <path refid =" fjbg.classpath" />
1258
1202
<path refid =" aux.libs" />
1259
1203
</compilationpath >
1260
1204
</scalacfork >
@@ -1376,7 +1320,6 @@ QUICK BUILD (QUICK)
1376
1320
<pathelement location =" ${ build-quick.dir } /classes/partest" />
1377
1321
<pathelement location =" ${ ant.jar } " />
1378
1322
<path refid =" forkjoin.classpath" />
1379
- <path refid =" fjbg.classpath" />
1380
1323
<pathelement location =" ${ scalacheck.jar } " />
1381
1324
</compilationpath >
1382
1325
</scalacfork >
@@ -1406,7 +1349,6 @@ QUICK BUILD (QUICK)
1406
1349
<pathelement location =" ${ build-quick.dir } /classes/compiler" />
1407
1350
<pathelement location =" ${ build-quick.dir } /classes/scalap" />
1408
1351
<path refid =" forkjoin.classpath" />
1409
- <path refid =" fjbg.classpath" />
1410
1352
<path refid =" aux.libs" />
1411
1353
<path refid =" asm.classpath" />
1412
1354
<pathelement location =" ${ jline.jar } " />
@@ -1533,7 +1475,6 @@ PACKED QUICK BUILD (PACK)
1533
1475
<jar destfile =" ${ build-pack.dir } /lib/scala-compiler.jar" manifest =" ${ build-pack.dir } /META-INF/MANIFEST.MF" >
1534
1476
<fileset dir =" ${ build-quick.dir } /classes/compiler" />
1535
1477
<fileset dir =" ${ build-asm.dir } /classes" />
1536
- <fileset dir =" ${ build-libs.dir } /classes/fjbg" />
1537
1478
</jar >
1538
1479
<copy file =" ${ jline.jar } " toDir =" ${ build-pack.dir } /lib" />
1539
1480
<copy todir =" ${ build-pack.dir } /lib" >
@@ -1967,7 +1908,6 @@ BOOTSTRAPPING BUILD (STRAP)
1967
1908
<pathelement location =" ${ build-strap.dir } /classes/library" />
1968
1909
<pathelement location =" ${ build-strap.dir } /classes/reflect" />
1969
1910
<pathelement location =" ${ build-strap.dir } /classes/compiler" />
1970
- <path refid =" fjbg.classpath" />
1971
1911
<path refid =" aux.libs" />
1972
1912
<pathelement location =" ${ jline.jar } " />
1973
1913
</compilationpath >
@@ -1985,7 +1925,6 @@ BOOTSTRAPPING BUILD (STRAP)
1985
1925
<pathelement location =" ${ build-strap.dir } /classes/compiler" />
1986
1926
<path refid =" aux.libs" />
1987
1927
<path refid =" forkjoin.classpath" />
1988
- <path refid =" fjbg.classpath" />
1989
1928
<path refid =" asm.classpath" />
1990
1929
<pathelement location =" ${ jline.jar } " />
1991
1930
</compilationpath >
@@ -2036,7 +1975,6 @@ BOOTSTRAPPING BUILD (STRAP)
2036
1975
<pathelement location =" ${ build-strap.dir } /classes/compiler" />
2037
1976
<pathelement location =" ${ build-strap.dir } /classes/continuations-plugin" />
2038
1977
<path refid =" forkjoin.classpath" />
2039
- <path refid =" fjbg.classpath" />
2040
1978
<path refid =" aux.libs" />
2041
1979
</compilationpath >
2042
1980
</scalacfork >
@@ -2168,7 +2106,7 @@ BOOTSTRAPPING BUILD (STRAP)
2168
2106
</target >
2169
2107
2170
2108
<!-- ===========================================================================
2171
- LIBRARIES (Forkjoin, FJBG, ASM)
2109
+ LIBRARIES (Forkjoin, ASM)
2172
2110
============================================================================ -->
2173
2111
2174
2112
@@ -2834,7 +2772,6 @@ STABLE REFERENCE (STARR)
2834
2772
<jar destfile =" ${ basedir } /lib/scala-compiler-src.jar" >
2835
2773
<fileset dir =" ${ basedir } /src/compiler" />
2836
2774
<fileset dir =" ${ basedir } /src/asm" />
2837
- <fileset dir =" ${ basedir } /src/fjbg" />
2838
2775
<fileset dir =" ${ basedir } /src/msil" />
2839
2776
</jar >
2840
2777
</target >
0 commit comments