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/951655a1
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/951655a1
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/951655a1

Branch: refs/heads/pr-86-media_tags
Commit: 951655a1231620c1395af13746b89886a6b8eeba
Parents: 70ecc5c
Author: Andrea Del Bene <[email protected]>
Authored: Wed Feb 18 22:11:43 2015 +0100
Committer: Andrea Del Bene <[email protected]>
Committed: Thu Mar 12 22:13:06 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/951655a1/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 68edff6..c184b27 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -222,6 +222,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/951655a1/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>

Reply via email to