Repository: struts-examples Updated Branches: refs/heads/master ffa54f379 -> 1b98fdcdd
Adds new example with custom TextProvider Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/07cf50be Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/07cf50be Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/07cf50be Branch: refs/heads/master Commit: 07cf50bef6d5d9c6317d45e5d769e8b75e772726 Parents: ffa54f3 Author: Lukasz Lenart <[email protected]> Authored: Fri Mar 17 09:38:23 2017 +0100 Committer: Lukasz Lenart <[email protected]> Committed: Fri Mar 17 09:38:23 2017 +0100 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/07cf50be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a81e56e..496c84e 100644 --- a/pom.xml +++ b/pom.xml @@ -63,19 +63,20 @@ <module>json</module> <module>mailreader</module> <module>message-resource</module> + <module>message-store</module> <module>portlet</module> <module>preparable-interface</module> <module>restful2actionmapper</module> <module>rest-angular</module> <module>spring-struts</module> + <module>text-provider</module> <module>tiles</module> <module>themes</module> <module>themes-override</module> - <module>using-tags</module> + <module>type-conversion</module> <module>unit-testing</module> + <module>using-tags</module> <module>wildcard-method-selection</module> - <module>message-store</module> - <module>type-conversion</module> <module>wildcard-regex</module> <module>unknown-handler</module> </modules>
