Skip to content
Snippets Groups Projects
Commit d737918a authored by Andreas Wundsam's avatar Andreas Wundsam
Browse files

floodlight/build.xml: remove superfluous echo

parent 12aaecf5
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,6 @@
<target name="findbugs" depends="init,compile">
<taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${findbugs.home}/lib/findbugs-ant.jar"/>
<mkdir dir="${findbugs.results}"/>
<echo message="${basedir}/findbugs-exclude.xml"/>
<findbugs home="${findbugs.home}"
output="html"
excludeFilter="${basedir}/findbugs-exclude.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment