ISIS-956: recreating todoapp archetype

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

Branch: refs/heads/master
Commit: b1e34c30f8492f65fc6d90758301f64446dc7cdd
Parents: 541ab11
Author: Dan Haywood <[email protected]>
Authored: Thu Nov 20 12:18:20 2014 +0100
Committer: Dan Haywood <[email protected]>
Committed: Thu Nov 20 12:18:20 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/b1e34c30/example/archetype/todoapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties
----------------------------------------------------------------------
diff --git 
a/example/archetype/todoapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties
 
b/example/archetype/todoapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties
index 97fae7f..f91fa59 100644
--- 
a/example/archetype/todoapp/src/main/resources/archetype-resources/webapp/src/main/webapp/WEB-INF/isis.properties
+++ 
b/example/archetype/todoapp/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/b1e34c30/example/archetype/todoapp/src/test/resources/projects/basic/archetype.properties
----------------------------------------------------------------------
diff --git 
a/example/archetype/todoapp/src/test/resources/projects/basic/archetype.properties
 
b/example/archetype/todoapp/src/test/resources/projects/basic/archetype.properties
index da0d140..16ccd95 100644
--- 
a/example/archetype/todoapp/src/test/resources/projects/basic/archetype.properties
+++ 
b/example/archetype/todoapp/src/test/resources/projects/basic/archetype.properties
@@ -1,4 +1,4 @@
-#Tue Nov 18 11:41:25 CET 2014
+#Thu Nov 20 12:18:13 CET 2014
 package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it

Reply via email to