Skip to content

Commit

Permalink
add html files for new reports
Browse files Browse the repository at this point in the history
  • Loading branch information
tpokorra committed Nov 26, 2018
1 parent cd24755 commit 7bd16f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup.build
Expand Up @@ -109,8 +109,8 @@
<copy todir="${dir.setup}/reports">
<fileset basedir="${dir.root}/XmlReports/">
<include name="*.dtd" />
<!-- TODO exclude the report xml files from client tar, only include report settings -->
<include name="**/*.xml" />
<include name="**/*.html" />
</fileset>
</copy>
<copy file="${dir.root}/LICENSE" tofile="${dir.setup}/LICENSE"/>
Expand Down

0 comments on commit 7bd16f1

Please sign in to comment.