[3/3] struts-examples git commit: Reformats and adds default action ref

2016-07-18 Thread lukaszlenart
Reformats and adds default action ref


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

Branch: refs/heads/master
Commit: bd7959d98236f20d46cd7b242d9fcf28bbcababd
Parents: 001dab2
Author: Lukasz Lenart 
Authored: Tue Jul 19 07:23:46 2016 +0200
Committer: Lukasz Lenart 
Committed: Tue Jul 19 07:23:46 2016 +0200

--
 .../src/main/resources/struts.xml   | 41 +++-
 1 file changed, 22 insertions(+), 19 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bd7959d9/form-xml-validation/src/main/resources/struts.xml
--
diff --git a/form-xml-validation/src/main/resources/struts.xml 
b/form-xml-validation/src/main/resources/struts.xml
index 5e6f2bd..23cd6e9 100644
--- a/form-xml-validation/src/main/resources/struts.xml
+++ b/form-xml-validation/src/main/resources/struts.xml
@@ -1,30 +1,33 @@
 
 http://struts.apache.org/dtds/struts-2.5.dtd";>
+"-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
+"http://struts.apache.org/dtds/struts-2.5.dtd";>
 
 
 
-   
+  
 
-   
+  
 
-
-
-   
-   /index.jsp
-   
+
 
-   
-   /edit.jsp
-   
-   
-   
-   /edit.jsp
-   /thankyou.jsp
-   
+
 
-   
+
+
+  /index.jsp
+
+
+
+  /edit.jsp
+
+
+
+  /edit.jsp
+  /thankyou.jsp
+
+
+  
 
 
\ No newline at end of file



[2/3] struts-examples git commit: Adds missing dependency

2016-07-18 Thread lukaszlenart
Adds missing dependency


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/001dab2d
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/001dab2d
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/001dab2d

Branch: refs/heads/master
Commit: 001dab2d1a11ddbad8fd57ed3e9bf94216b42b23
Parents: cb7f546
Author: Lukasz Lenart 
Authored: Tue Jul 19 07:23:31 2016 +0200
Committer: Lukasz Lenart 
Committed: Tue Jul 19 07:23:31 2016 +0200

--
 form-xml-validation/pom.xml | 14 ++
 1 file changed, 14 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/001dab2d/form-xml-validation/pom.xml
--
diff --git a/form-xml-validation/pom.xml b/form-xml-validation/pom.xml
index 3bf391d..5954c26 100644
--- a/form-xml-validation/pom.xml
+++ b/form-xml-validation/pom.xml
@@ -16,6 +16,20 @@
 Form XML validation example application for the Struts 2 
getting started tutorials
 war
 
+
+
+org.apache.logging.log4j
+log4j-slf4j-impl
+${log4j2.version}
+
+
+
+org.slf4j
+slf4j-simple
+1.7.12
+
+
+
 
 form-xml-validation
 



[1/3] struts-examples git commit: Uses the latest Struts version

2016-07-18 Thread lukaszlenart
Repository: struts-examples
Updated Branches:
  refs/heads/master 47ed5c294 -> bd7959d98


Uses the latest Struts version


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

Branch: refs/heads/master
Commit: cb7f54630b8deb79fff21a81e514d1edac64b7fd
Parents: 47ed5c2
Author: Lukasz Lenart 
Authored: Tue Jul 19 07:23:20 2016 +0200
Committer: Lukasz Lenart 
Committed: Tue Jul 19 07:23:20 2016 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/cb7f5463/pom.xml
--
diff --git a/pom.xml b/pom.xml
index fd3ce41..c984850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
 
 
 UTF-8
-2.5.1
-2.6
+2.5.2
+2.6.2