Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1972 |
jgill |
1 |
<project name="jants-task">
|
|
|
2 |
|
|
|
3 |
<taskdef resource="jats.properties">
|
|
|
4 |
<classpath>
|
|
|
5 |
<pathelement path="${dirname.load-using-macrodef}/jar/jants.jar"/>
|
|
|
6 |
<pathelement path="${dirname.load-using-macrodef}/jar/clearcase.jar"/>
|
|
|
7 |
</classpath>
|
|
|
8 |
</taskdef>
|
|
|
9 |
|
|
|
10 |
<taskdef resource="antshield.properties">
|
|
|
11 |
<classpath>
|
|
|
12 |
<pathelement path="${dirname.load-using-macrodef}/jar/antshield.jar"/>
|
|
|
13 |
</classpath>
|
|
|
14 |
</taskdef>
|
|
|
15 |
|
|
|
16 |
</project>
|