| 84 |
|
|
| 85 |
<!-- J1 classpath --> |
<!-- J1 classpath --> |
| 86 |
<path id="j1.classpath"> |
<path id="j1.classpath"> |
| 87 |
|
<pathelement location="${build.classes.dir}"/> |
| 88 |
<pathelement location="${build.j1.dir}"/> |
<pathelement location="${build.j1.dir}"/> |
| 89 |
<pathelement location="${junit.jar}"/> |
<pathelement location="${junit.jar}"/> |
| 90 |
|
|
| 91 |
|
<!-- Include dl.u.c for BoundedBuffer comparison --> |
| 92 |
<pathelement location="${concurrent.jar}"/> |
<pathelement location="${concurrent.jar}"/> |
| 93 |
</path> |
</path> |
| 94 |
|
|
| 682 |
</target> |
</target> |
| 683 |
|
|
| 684 |
|
|
| 685 |
<target name="compile-j1" depends="init, configure-compiler"> |
<target name="compile-j1" depends="init, configure-compiler, compile"> |
| 686 |
|
|
| 687 |
<mkdir dir="${build.j1.dir}"/> |
<mkdir dir="${build.j1.dir}"/> |
| 688 |
|
|