Przeglądaj źródła

tophints is optional here, it might not exist

Robert Muir 10 lat temu
rodzic
commit
0ba6e4171a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -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>