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 2021/05/30 06:22:56 UTC

[isis-app-helloworld] branch jdo-SNAPSHOT updated (7836cf6 -> 33407f2)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git.


    from 7836cf6  Merge branch 'jdo' into jdo-SNAPSHOT
     new 9ebcc57  updates parent pom to 2.0.0-M5.20210529-0603-801802dc
     new 33407f2  updates menubars

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                | 2 +-
 src/main/resources/menubars.layout.xml | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

[isis-app-helloworld] 02/02: updates menubars

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 33407f2cc927974ca74ba98031eb3da13540a09c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 30 07:22:45 2021 +0100

    updates menubars
---
 src/main/resources/menubars.layout.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/menubars.layout.xml b/src/main/resources/menubars.layout.xml
index 5343643..5f1a86f 100644
--- a/src/main/resources/menubars.layout.xml
+++ b/src/main/resources/menubars.layout.xml
@@ -33,9 +33,14 @@
                 <mb3:serviceAction objectType="isis.applib.LayoutServiceMenu" id="downloadMenuBarsLayout"/>
             </mb3:section>
             <mb3:section>
-                <mb3:named>Meta Model</mb3:named>
+                <mb3:named>Meta Model and Features</mb3:named>
                 <mb3:serviceAction objectType="isis.applib.MetaModelServiceMenu" id="downloadMetaModelXml"/>
                 <mb3:serviceAction objectType="isis.applib.MetaModelServiceMenu" id="downloadMetaModelCsv"/>
+                <mb3:serviceAction objectType="isis.feat.ApplicationFeatureMenu" id="allNamespaces"/>
+                <mb3:serviceAction objectType="isis.feat.ApplicationFeatureMenu" id="allTypes"/>
+                <mb3:serviceAction objectType="isis.feat.ApplicationFeatureMenu" id="allActions"/>
+                <mb3:serviceAction objectType="isis.feat.ApplicationFeatureMenu" id="allProperties"/>
+                <mb3:serviceAction objectType="isis.feat.ApplicationFeatureMenu" id="allCollections"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Persistence</mb3:named>

[isis-app-helloworld] 01/02: updates parent pom to 2.0.0-M5.20210529-0603-801802dc

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 9ebcc57e75dedaa2a00118989c5288f15f5ae0a1
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 30 07:17:45 2021 +0100

    updates parent pom to 2.0.0-M5.20210529-0603-801802dc
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3e7448..9f8843c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M5.20210522-0434-fb17f373</version>
+        <version>2.0.0-M5.20210529-0603-801802dc</version>
         <relativePath/>
     </parent>