tophints is optional here, it might not exist

This commit is contained in:
Robert Muir 2015-07-16 22:46:41 -04:00
parent b420c96fda
commit 0ba6e4171a

View File

@ -1206,7 +1206,7 @@ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UT
<target>
<taskdef resource="com/carrotsearch/junit4/antlib.xml" classpathref="maven.plugin.classpath"/>
<tophints max="${tests.topn}">
<file file="${basedir}/${execution.hint.file}"/>
<fileset dir="${basedir}" includes="${execution.hint.file}"/>
</tophints>
</target>
</configuration>