You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/29 11:42:08 UTC

[2/3] isis git commit: ISIS-928: recreating simpleapp archetype

ISIS-928: 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/834014f4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/834014f4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/834014f4

Branch: refs/heads/master
Commit: 834014f484522bd478be650ebe3a45f92a3d753f
Parents: 582cad4
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat Nov 29 07:58:45 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Nov 29 07:58:45 2014 +0000

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/isis.properties     | 28 +++++++++++++++++---
 .../projects/basic/archetype.properties         |  2 +-
 2 files changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/834014f4/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 cd3a6ad..eae9e91 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
@@ -102,17 +102,37 @@ ${symbol_pound}
 ${symbol_pound} patterns for applying CssClassFa facet (font-awesome icons) to member names
 ${symbol_pound}
 isis.reflector.facet.cssClassFa.patterns=${symbol_escape}
+                        new.*:fa-plus,${symbol_escape}
+                        add.*:fa-plus-square,${symbol_escape}
                         create.*:fa-plus,${symbol_escape}
                         update.*:fa-edit,${symbol_escape}
-                        add.*:fa-plus-square,${symbol_escape}
+                        change.*:fa-edit,${symbol_escape}
                         remove.*:fa-minus-square,${symbol_escape}
                         move.*:fa-exchange,${symbol_escape}
                         first.*:fa-star,${symbol_escape}
                         find.*:fa-search,${symbol_escape}
+                        lookup.*:fa-search,${symbol_escape}
                         clear.*:fa-remove,${symbol_escape}
                         previous.*:fa-step-backward,${symbol_escape}
                         next.*:fa-step-forward,${symbol_escape}
-                        list.*:fa-list
+                        list.*:fa-list, ${symbol_escape}
+                        all.*:fa-list, ${symbol_escape}
+                        download.*:fa-download, ${symbol_escape}
+                        upload.*:fa-upload, ${symbol_escape}
+                        execute.*:fa-bolt, ${symbol_escape}
+                        run.*:fa-bolt, ${symbol_escape}
+                        calculate.*:fa-calculator, ${symbol_escape}
+                        verify.*:fa-check-circle, ${symbol_escape}
+                        refresh.*:fa-refresh, ${symbol_escape}
+                        install.*:fa-wrench
+
+
+isis.reflector.facet.cssClass.patterns=${symbol_escape}
+                        update.*:btn-default,${symbol_escape}
+                        delete.*:btn-warning,${symbol_escape}
+                        .*:btn-primary
+
+
 
 ${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}
@@ -209,5 +229,5 @@ ${symbol_pound}isis.viewers.paged.standalone=30
 ${symbol_pound}isis.viewers.paged.parented=10
 
 
-${symbol_pound}isis.viewers.labelAt.property=LEFT
-${symbol_pound}isis.viewers.labelAt.parameter=LEFT
+${symbol_pound}isis.viewers.propertyLayout.labelPosition=LEFT
+${symbol_pound}isis.viewers.parameterLayout.labelPosition=LEFT

http://git-wip-us.apache.org/repos/asf/isis/blob/834014f4/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 7fa9f64..ce363b1 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 @@
-#Thu Nov 20 12:17:20 CET 2014
+#Sat Nov 29 07:58:38 GMT 2014
 package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it