Skip to content

Commit

Permalink
Put some sample-related HTML files where they used to be. This may be…
Browse files Browse the repository at this point in the history
… unnecessary; I'm being paranoid.
  • Loading branch information
kubycsolutions committed Dec 26, 2023
1 parent 199f034 commit 7c1c24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
<exclude>src/site/**</exclude>
</excludes>
</fileSet>
<!-- Include (generated) readme.html for samples -->
<!-- Include (generated) html for samples -->
<fileSet>
<directory>../samples/target/site/</directory>
<outputDirectory>${project.parent.name}_${project.parent.version}/samples</outputDirectory>
<includes>
<include>**/readme.html</include>
<include>**/*.html</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit 7c1c24a

Please sign in to comment.