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

joergrade pushed a commit to branch ISIS-2460_Kroviz-Demo_Menu_Missing
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 91dc20cfc7ea0a845c43648c7febd7f376cc6208
Author: Jörg Rade <[email protected]>
AuthorDate: Sat Nov 21 16:48:17 2020 +0100

    ISIS-2460 un-ignore javafx module
---
 examples/demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/demo/pom.xml b/examples/demo/pom.xml
index 18f0e2f..a9fffa4 100644
--- a/examples/demo/pom.xml
+++ b/examples/demo/pom.xml
@@ -207,7 +207,7 @@
        
        <modules>
                <module>domain</module>
-               <!--module>javafx</module-->
+               <module>javafx</module>
                <module>web</module>
                <module>wicket</module>
                <module>vaadin</module>

Reply via email to