Skip to content

Commit

Permalink
Further test fixes for #2224: include resources
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jul 9, 2015
1 parent 4f64bb3 commit 3204eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -226,6 +226,9 @@
<copy todir="${build.classes}">
<fileset dir="${test.src}">
<include name="META-INF/**" />
<include name="**/*.txt" />
<include name="**/*.md" />
<include name="**/*.properties" />
</fileset>
</copy>
</target>
Expand Down

0 comments on commit 3204eba

Please sign in to comment.