This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch windows-amd64 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit ae34fae466f1cf744b0a53aa64e531661003b201 Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Sat Jan 4 15:11:34 2025 +0200 Fix a path to FileSystemRuntimeException. Patch by: me --- main/connectivity/Jar_sdbc_hsqldb.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/main/connectivity/Jar_sdbc_hsqldb.mk b/main/connectivity/Jar_sdbc_hsqldb.mk index 0a48734715..4bae2ec6ce 100644 --- a/main/connectivity/Jar_sdbc_hsqldb.mk +++ b/main/connectivity/Jar_sdbc_hsqldb.mk @@ -44,6 +44,7 @@ $(eval $(call gb_Jar_set_jarclasspath,sdbc_hsqldb,\ )) $(eval $(call gb_Jar_add_sourcefiles,sdbc_hsqldb,\ + connectivity/org/hsqldb/lib/FileSystemRuntimeException \ connectivity/com/sun/star/sdbcx/comp/hsqldb/FileSystemRuntimeException \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries \