[Libreoffice-commits] core.git: odk/examples

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 21 08:42:34 UTC 2018


 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 21ba68ae7991ee0f6546d765dcad2c84cd05a375
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Oct 20 14:38:35 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Oct 21 10:42:13 2018 +0200

    Java 11 no longer synthesizes DocumentView$1.class
    
    ...so, for simplicity, just include whatever generated DocumentView$*.class by
    wildcard
    
    Change-Id: I779e2709c8ef2859d68233300302dd62dbe2455f
    Reviewed-on: https://gerrit.libreoffice.org/62073
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
index 42271086aef0..2048ade63d98 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
@@ -66,8 +66,7 @@ APP1_JAVAFILES  = \
 APP1_CLASSFILES = $(patsubst %.java,$(OUT_APP_CLASS)/%.class,$(APP1_JAVAFILES))
 APP1_CLASSNAMES = $(patsubst %.java,%.class,$(APP1_JAVAFILES)) \
 		CustomizeView$(QUOTE)$$ClickListener.class \
-		DocumentView$(QUOTE)$$1.class \
-		DocumentView$(QUOTE)$$Reactor.class
+		DocumentView$(QUOTE)$$*.class
 
 
 SDK_CLASSPATH = $(subst $(EMPTYSTRING) $(PATH_SEPARATOR),$(PATH_SEPARATOR),$(CLASSPATH)\


More information about the Libreoffice-commits mailing list