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/02/18 22:13:23 UTC

wicket git commit: added a link to example in the main page and added mp4 to maven resources tag

Repository: wicket
Updated Branches:
  refs/heads/pr-86-media_tags 5b809eb33 -> d519d2cdd


added a link to example in the main page and added mp4 to maven resources tag


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d519d2cd
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d519d2cd
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d519d2cd

Branch: refs/heads/pr-86-media_tags
Commit: d519d2cdd3dee97ac47eb9293ade7e658a6eadc4
Parents: 5b809eb
Author: Andrea Del Bene <ad...@apache.org>
Authored: Wed Feb 18 22:11:43 2015 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Wed Feb 18 22:11:52 2015 +0100

----------------------------------------------------------------------
 wicket-examples/pom.xml                                             | 1 +
 .../resources/org/apache/wicket/examples/homepage/HomePage.html     | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d519d2cd/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index fe48664..8454749 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -217,6 +217,7 @@
 					<include>**/*.properties</include>
 					<include>**/*.vm</include>
 					<include>**/*.tmpl</include>
+					<include>**/*.mp4</include>
 				</includes>
 			</resource>
 		</resources>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d519d2cd/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html b/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
index 4789751..d83ae2c 100644
--- a/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
+++ b/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
@@ -66,6 +66,7 @@
 		<tr><td align="right"><a href="atmosphere">Atmosphere</a></td><td> - Atmosphere Framework integration</td></tr>
 		<tr><td align="right"><a href="cdi">CDI</a></td><td> - Context Dependency and Injection integration</td></tr>
 		<tr><td align="right"><a href="bean-validation">Bean Validation</a></td><td> - Bean Validation integration (JSR 303)</td></tr>
+        <tr><td align="right"><a href="videos">HTML5 Media Tags</a></td><td> - Integration for HTML5 Media Tags</td></tr>
     	</tbody>
 		</table>
 	</div>