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:53 UTC

[1/2] struts-examples git commit: Cleans up excludes

Repository: struts-examples
Updated Branches:
  refs/heads/master ff1b0b18f -> f492088b2


Cleans up excludes


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

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

----------------------------------------------------------------------
 .gitignore | 51 ---------------------------------------------------
 1 file changed, 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/8c261e61/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 313053b..f188d98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,55 +16,4 @@
 *.sh
 
 # Maven
-core/target
-xwork-core/target
-archetypes/struts2-archetype-angularjs/target
-archetypes/struts2-archetype-blank/target
-archetypes/struts2-archetype-convention/target
-archetypes/struts2-archetype-dbportlet/target
-archetypes/struts2-archetype-plugin/target
-archetypes/struts2-archetype-portlet/target
-archetypes/struts2-archetype-starter/target
-archetypes/target
-plugins/convention/target
-plugins/embeddedjsp/target
-plugins/dojo/target
-plugins/osgi/target
-plugins/cdi/target
-plugins/codebehind/target
-plugins/spring/target
-plugins/jfreechart/target
-apps/rest-showcase/target
-apps/mailreader/target
-apps/portlet/target
-apps/blank/target
-apps/jboss-blank/target
-apps/mailreader/target
-apps/portlet/target
-apps/showcase/target
-apps/target
-bundles/admin/target
-plugins/config-browser/target
-plugins/jasperreports/target
-plugins/jsf/target
-plugins/json/target
-plugins/portlet-tiles/target
-plugins/portlet/target
-plugins/sitegraph/target
-plugins/sitemesh/target
-plugins/struts1/target
-plugins/tiles3/target
-plugins/javatemplates/target
-bundles/demo/target
-plugins/rest/target
-plugins/plexus/target
-plugins/testng/target
-plugins/dwr/target
-plugins/gxp/target
-plugins/oval/target
-plugins/junit/target
-plugins/tiles/target
-bundles/target
-plugins/target
 target
-plugins/testng/test-output
\ No newline at end of file


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

Posted by lu...@apache.org.
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