Rev 1769 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<project name="cpptasks-task"><!-- C O P Y R I G H T N O T I C E --><!-- This material is confidential to ERG and may not be disclosed in wholeor in part to any third party nor used in any manner whatsoever otherthan for the purposes expressly consented to by ERG in writing.This material is also copyright and may not be reproduced, stored in aretrieval system or transmitted in any form or by any means in whole orin part without the express written consent of ERG.--><!-- CPPTask Source : http://ant-contrib.sourceforge.net/cc.html --><!-- Note the following REPLACE - TOKEN is a replacetag that gets set on release of this package --><using name="cpptasks" version="REPLACE-TOKEN"/><!-- Use a common classpath between taskdef & typedef, linking them via the loaderref attribute toforce them to be loaded with the same class loader - this ensures they are visible to each other.--><path id="cpptasks.classpath"><pathelement location="${using.cpptasks.basedir}/jar/cpptasks.jar"/></path><taskdef resource="cpptasks.tasks" classpathref="cpptasks.classpath" loaderref="cpptasks.classpath.loader" /><typedef resource="cpptasks.types" loaderref="cpptasks.classpath.loader" /></project>