Kaydet (Commit) 21ba68ae authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 5e8cd868
......@@ -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)\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment