You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/01/10 16:24:54 UTC

[2/2] struts-examples git commit: Adds tiles example

Adds tiles example


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

Branch: refs/heads/master
Commit: f492088b236dbb4a666174072e51ac8acd8050f8
Parents: 8c261e6
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sun Jan 10 16:23:42 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sun Jan 10 16:23:42 2016 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 tiles   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/f492088b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7e803d3..1262400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>struts.apache.org</groupId>
-    <artifactId>struts2examples</artifactId>
+    <artifactId>struts-examples</artifactId>
     <version>1.0.0</version>
     <packaging>pom</packaging>
     <name>Struts 2 Examples</name>
@@ -68,6 +68,7 @@
         <module>restful2actionmapper</module>
         <module>rest-angular</module>
         <module>spring-struts</module>
+        <module>tiles</module>
         <module>themes</module>
         <module>themes-override</module>
         <module>using-tags</module>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/f492088b/tiles
----------------------------------------------------------------------
diff --git a/tiles b/tiles
new file mode 160000
index 0000000..dc52bc8
--- /dev/null
+++ b/tiles
@@ -0,0 +1 @@
+Subproject commit dc52bc82895dc664ff0db0bb8ca330a13e48c169