WICKET-5819 Add .mp4 as a resource file so it is copied next to .class
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/70ecc5c2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/70ecc5c2 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/70ecc5c2 Branch: refs/heads/pr-86-media_tags Commit: 70ecc5c2fdc0aa08f0d459804e607cd1d86f14f4 Parents: 35f2b61 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Feb 18 22:40:00 2015 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Thu Mar 12 22:13:06 2015 +0100 ---------------------------------------------------------------------- wicket-examples/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/70ecc5c2/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index d03ffad..68edff6 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -204,6 +204,7 @@ <include>**/*.txt</include> <include>**/*.xml</include> <include>**/*.properties</include> + <include>**/*.mp4</include> </includes> </resource> <resource>
