2 |
|
|
3 |
<description> |
<description> |
4 |
Build file for JSR-166 |
Build file for JSR-166 |
5 |
|
|
6 |
|
Note that junit.jar must be in ${ant.home}/lib for the |
7 |
|
test target to work. [FIXME: This should be automatically |
8 |
|
enforced by this build file by failing with a message if |
9 |
|
junit.jar is not in the right place.] |
10 |
</description> |
</description> |
11 |
|
|
12 |
<!-- Compilation options --> |
<!-- Compilation options --> |
50 |
|
|
51 |
<path id="test.classpath"> |
<path id="test.classpath"> |
52 |
<pathelement location="${product.jar}"/> |
<pathelement location="${product.jar}"/> |
|
<pathelement location="${junit.jar}"/> |
|
53 |
</path> |
</path> |
54 |
|
|
55 |
|
|