ISIS-956: recreating simpleapp archetype
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/541ab11a Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/541ab11a Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/541ab11a Branch: refs/heads/master Commit: 541ab11a05be1688abeed01fce2247af467f0ce2 Parents: 4bd9097 Author: Dan Haywood <[email protected]> Authored: Thu Nov 20 12:17:26 2014 +0100 Committer: Dan Haywood <[email protected]> Committed: Thu Nov 20 12:17:26 2014 +0100 ---------------------------------------------------------------------- .../webapp/src/main/webapp/WEB-INF/isis.properties | 16 ++++++++++++++++ .../resources/projects/basic/archetype.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/541ab11a/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties b/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties index db13b88..cd3a6ad 100644 --- a/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties +++ b/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties @@ -98,6 +98,22 @@ ${symbol_pound}isis.reflector.validator= +${symbol_pound} +${symbol_pound} patterns for applying CssClassFa facet (font-awesome icons) to member names +${symbol_pound} +isis.reflector.facet.cssClassFa.patterns=${symbol_escape} + create.*:fa-plus,${symbol_escape} + update.*:fa-edit,${symbol_escape} + add.*:fa-plus-square,${symbol_escape} + remove.*:fa-minus-square,${symbol_escape} + move.*:fa-exchange,${symbol_escape} + first.*:fa-star,${symbol_escape} + find.*:fa-search,${symbol_escape} + clear.*:fa-remove,${symbol_escape} + previous.*:fa-step-backward,${symbol_escape} + next.*:fa-step-forward,${symbol_escape} + list.*:fa-list + ${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbo l_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound}${symbol_pound} ${symbol_pound} ${symbol_pound} Value facet defaults http://git-wip-us.apache.org/repos/asf/isis/blob/541ab11a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties index 8d6ce03..7fa9f64 100644 --- a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties +++ b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties @@ -1,4 +1,4 @@ -#Tue Nov 18 12:15:39 CET 2014 +#Thu Nov 20 12:17:20 CET 2014 package=it.pkg version=0.1-SNAPSHOT groupId=archetype.it
