Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

<project name="jants-task">

        <using name="antshield" version="TAG_ANTSHIELD"/>
        <using name="clearcase" version="TAG_CLEARCASE"/>
        <using name="jants" version="TAG_JANTS"/>

        <taskdef resource="jats.properties">
                <classpath>
                        <pathelement path="${using.jants.basedir}/jar/jants.jar"/>
                        <pathelement path="${using.clearcase.basedir}/jar/clearcase.jar"/>
                </classpath>
        </taskdef>

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

</project>