Mercurial > public > develkit
comparison sonar-ant.xml @ 29:bedf62f3916d
TL-34: remove extraneous echo
author | smith@nwoca.org |
---|---|
date | Mon, 11 Apr 2011 17:49:53 -0400 |
parents | ad0a75e20f7b |
children | 22f63ae66fed |
comparison
equal
deleted
inserted
replaced
28:ad0a75e20f7b | 29:bedf62f3916d |
---|---|
14 | 14 |
15 <ssdt:add-dependency target="init" depends="-sonar-init"/> | 15 <ssdt:add-dependency target="init" depends="-sonar-init"/> |
16 | 16 |
17 <target name="-sonar-init"> | 17 <target name="-sonar-init"> |
18 <echo message="Sonar: Active"/> | 18 <echo message="Sonar: Active"/> |
19 <echoproperties prefix="ant"/> | |
20 <if> | 19 <if> |
21 <contains string="${ant.project.invoked-targets}" substring="sonar"/> | 20 <contains string="${ant.project.invoked-targets}" substring="sonar"/> |
22 <then> <property name="ignore.failing.tests" value="true"/> </then> | 21 <then> <property name="ignore.failing.tests" value="true"/> </then> |
23 </if> | 22 </if> |
24 <property name="sonar.active" value="true"/> | 23 <property name="sonar.active" value="true"/> |