| 1769 |
skinsman |
1 |
<project name="cpptasks-task">
|
|
|
2 |
|
|
|
3 |
<!-- C O P Y R I G H T N O T I C E -->
|
|
|
4 |
<!-- This material is confidential to ERG and may not be disclosed in whole
|
|
|
5 |
or in part to any third party nor used in any manner whatsoever other
|
|
|
6 |
than for the purposes expressly consented to by ERG in writing.
|
|
|
7 |
|
|
|
8 |
This material is also copyright and may not be reproduced, stored in a
|
|
|
9 |
retrieval system or transmitted in any form or by any means in whole or
|
|
|
10 |
in part without the express written consent of ERG.
|
|
|
11 |
-->
|
|
|
12 |
|
|
|
13 |
<!-- CPPTask Source : http://ant-contrib.sourceforge.net/cc.html -->
|
|
|
14 |
<!-- Note the following REPLACE - TOKEN is a replacetag that gets set on release of this package -->
|
|
|
15 |
<using name="cpptasks" version="REPLACE-TOKEN"/>
|
|
|
16 |
|
|
|
17 |
<taskdef resource="cpptasks.tasks">
|
|
|
18 |
<classpath>
|
|
|
19 |
<pathelement path="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
|
|
|
20 |
</classpath>
|
|
|
21 |
</taskdef>
|
|
|
22 |
|
|
|
23 |
<typedef resource="cpptasks.types">
|
|
|
24 |
<classpath>
|
|
|
25 |
<pathelement path="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
|
|
|
26 |
</classpath>
|
|
|
27 |
</typedef>
|
|
|
28 |
|
|
|
29 |
</project>
|