You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/03/13 21:45:59 UTC

[43/50] wicket git commit: WICKET-5819 Add .mp4 as a resource file so it is copied next to .class

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 <mg...@apache.org>
Authored: Wed Feb 18 22:40:00 2015 +0200
Committer: Andrea Del Bene <ad...@apache.org>
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>