view sonar-ant.xml @ 253:46064f36ae31

remove old jaranalyzer and replace with stub to avoid breaking projects
author smith@nwoca.org
date Thu, 01 Feb 2018 21:17:20 +0000
parents 49e9edc80170
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<project name="sonar-project-tasks" default="" basedir="."
         xmlns:ivy="antlib:fr.jayasoft.ivy.ant">

    <description>Sonar Ant tasks - disabled 19-Oct-2016/djs</description>
    
    <target name="sonar">
        <echo message="ant based sonar analysis has been disabled"/>
    </target>

</project>