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 2017/08/06 06:06:40 UTC

[2/3] isis git commit: ISIS-1686: adds isis.appManifest to isis.properties for the two archetypes (this is always required)

ISIS-1686: adds isis.appManifest to isis.properties for the two archetypes (this is always required)


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

Branch: refs/heads/master
Commit: 4202aa061e353e0e3ff26bb2e8f145f170def38a
Parents: 630bb38
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sun Aug 6 07:04:15 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sun Aug 6 07:04:15 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/domainapp/application/isis.properties     | 1 +
 .../simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties     | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/4202aa06/example/application/helloworld/src/main/resources/domainapp/application/isis.properties
----------------------------------------------------------------------
diff --git a/example/application/helloworld/src/main/resources/domainapp/application/isis.properties b/example/application/helloworld/src/main/resources/domainapp/application/isis.properties
index 036d95d..cc7ef35 100644
--- a/example/application/helloworld/src/main/resources/domainapp/application/isis.properties
+++ b/example/application/helloworld/src/main/resources/domainapp/application/isis.properties
@@ -16,6 +16,7 @@
 #  under the License.
 
 
+isis.appManifest=domainapp.application.HelloWorldAppManifest
 
 isis.reflector.validator.allowDeprecated=false
 isis.reflector.validator.noParamsOnly=true

http://git-wip-us.apache.org/repos/asf/isis/blob/4202aa06/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
index e0185d1..961c086 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
+++ b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/isis.properties
@@ -16,6 +16,10 @@
 #  under the License.
 
 
+
+isis.appManifest=domainapp.application.manifest.DomainAppAppManifest
+
+
 #
 # All other properties are loaded programmatically by the AppManifest
 # (they are unlikely to vary between dev/test/prod so can be "baked in")