Subversion Repositories DevTools

Rev

Go to most recent revision | 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 whole
                        or in part to any third party nor used in any manner whatsoever other
                        than for the purposes expressly consented to by ERG in writing.

                        This material is also copyright and may not be reproduced, stored in a
                        retrieval system or transmitted in any form or by any means in whole or
                        in 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"/>

        <taskdef resource="cpptasks.tasks">
                <classpath>
                <pathelement path="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
                </classpath>
        </taskdef>

        <typedef resource="cpptasks.types">
                <classpath>
                <pathelement path="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
                </classpath>
        </typedef>

</project>