You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2023/01/20 07:10:42 UTC

[isis] branch master updated: ISIS-3328: fixes prev. commit

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 59d48f94d9 ISIS-3328: fixes prev. commit
59d48f94d9 is described below

commit 59d48f94d9ddde66eb486e770a3fc164a6a5e5bb
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 20 08:10:37 2023 +0100

    ISIS-3328: fixes prev. commit
---
 api/applib/src/main/java/module-info.java                          | 1 -
 examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/api/applib/src/main/java/module-info.java b/api/applib/src/main/java/module-info.java
index 02c7873e8b..e1af9f8a4a 100644
--- a/api/applib/src/main/java/module-info.java
+++ b/api/applib/src/main/java/module-info.java
@@ -64,7 +64,6 @@ module org.apache.causeway.applib {
     exports org.apache.causeway.applib.services.commanddto;
     exports org.apache.causeway.applib.services.confview;
     exports org.apache.causeway.applib.services.conmap;
-    exports org.apache.causeway.applib.services.helpui;
     exports org.apache.causeway.applib.services.email;
     exports org.apache.causeway.applib.services.error;
     exports org.apache.causeway.applib.services.eventbus;
diff --git a/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml b/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml
index 0f3fe7b54f..9309a8feea 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml
+++ b/examples/demo/domain/src/main/java/demoapp/dom/menubars.layout.xml
@@ -392,7 +392,7 @@ For latest we use: https://raw.githubusercontent.com/apache/causeway/master/anto
             <mb3:named/>
             <mb3:section>
                 <mb3:named>Documentation</mb3:named>
-                <mb3:serviceAction objectType="causeway.applib.DocumentationMenu" id="help"/>
+                <mb3:serviceAction objectType="causeway.runtimeservices.DocumentationMenu" id="help"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Configuration</mb3:named>