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 6fa359a043b90569f8b4d6c175776323209b426b
Author: Damjan Jovanovic <dam...@apache.org>
AuthorDate: Wed Jan 8 08:45:25 2025 +0200

    Remove unused files.
    
    Patch by: me
---
 main/connectivity/Configuration.mk       | 86 --------------------------------
 main/connectivity/Jar_sdbc_hsqldb.mk     | 59 ----------------------
 main/connectivity/Module_connectivity.mk |  3 --
 3 files changed, 148 deletions(-)

diff --git a/main/connectivity/Configuration.mk 
b/main/connectivity/Configuration.mk
deleted file mode 100644
index e38d819061..0000000000
--- a/main/connectivity/Configuration.mk
+++ /dev/null
@@ -1,86 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-#########
-# Inputs:
-#########
-
-PACKAGE := org.openoffice.Office.DataAccess
-COMPONENT_CONFIG_DATA := \
-       $(SRCDIR)/source/drivers/ado/ado.xcu \
-       $(SRCDIR)/source/drivers/adabas/adabas.xcu \
-       $(SRCDIR)/source/drivers/mysql/mysql.xcu \
-       $(SRCDIR)/source/drivers/hsqldb/hsqldb.xcu \
-       $(SRCDIR)/source/drivers/macab/macab.xcu \
-       $(SRCDIR)/source/drivers/evoab2/evoab2.xcu \
-       $(SRCDIR)/source/drivers/jdbc/jdbc.xcu \
-       $(SRCDIR)/source/drivers/dbase/dbase.xcu \
-       $(SRCDIR)/source/drivers/flat/flat.xcu \
-       $(SRCDIR)/source/drivers/calc/calc.xcu \
-       $(SRCDIR)/source/drivers/odbc/odbc.xcu
-
-LOCALIZEDFILES = $(COMPONENT_CONFIG_DATA)
-XCUFILES = $(COMPONENT_CONFIG_DATA)
-
-
-
-##############################################
-# Processing and output.
-# From dmake's main/solenv/inc/tg_config.mk:
-##############################################
-
-PACKAGEDIR = $(subst .,/,$(PACKAGE))
-XSLTPACKAGEDIR = $(PACKAGEDIR)
-
-XCSROOTURL = $(WORKDIR)/CustomTarget/connectivity
-ifeq ($(GUI),WNT)
-XCSROOTURL = file:///$(subst \,/,$(XCSROOTURL))
-endif
-ifeq ($(GUI),OS2)
-XCSROOTURL = file:///$(subst \,/,$(XCSROOTURL))
-endif
-
-XCU_DEFAULT = $(foreach file,$(XCUFILES),\
-              
$(WORKDIR)/CustomTarget/connectivity/registry/data/$(PACKAGEDIR)/$(file))
-XCU_LANG = $(foreach file,$(LOCALIZEDFILES),\
-           $(foreach lang,$(gb_AllLangResTarget_LANGS),\
-           
$(WORKDIR)/CustomTarget/connectivity/registry/res/$(lang)/$(PACKAGEDIR)/$(file)))
-
-$(XCU_DEFAULT) : $(OUTPUTDIR)/xml/registry/component-update.dtd \
-                 $(OUTPUTDIR)/xml/processing/data_val.xsl \
-                 $(OUTPUTDIR)/xml/processing/alllang.xsl
-
-$(WORKDIR)/CustomTarget/connectivity/registry/data/$(PACKAGEDIR)/%.xcu : %.xcu
-       mkdir -p $(dir $@) && \
-       $(gb_XSLTPROC) --nonet -o $*.val \
-               --stringparam xcs 
$(WORKDIR)/CustomTarget/connectivity/registry/schema/$(XSLTPACKAGEDIR)/$*.xcs \
-               --stringparam schemaRoot $(XCSROOTURL)/registry/schema \
-               --path $(OUTPUTDIR)/xml/registry \
-               $(OUTPUTDIR)/xml/processing/data_val.xsl $< && \
-       $(gb_XSLTPROC) --nonet -o $@ \
-               --stringparam xcs 
$(WORKDIR)/CustomTarget/connectivity/registry/schema/$(XSLTPACKAGEDIR)/$*.xcs \
-               --stringparam schemaRoot $(XCSROOTURL)/registry/schema \
-               --path $(OUTPUTDIR)/xml/registry \
-               $(OUTPUTDIR)/xml/processing/alllang.xsl $< && \
-       rm $*.val
-
-
-# vim: set noet sw=4 ts=4:
diff --git a/main/connectivity/Jar_sdbc_hsqldb.mk 
b/main/connectivity/Jar_sdbc_hsqldb.mk
deleted file mode 100644
index 4bae2ec6ce..0000000000
--- a/main/connectivity/Jar_sdbc_hsqldb.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-###############################################################
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-###############################################################
-
-
-
-$(eval $(call gb_Jar_Jar,sdbc_hsqldb,SRCDIR))
-
-ifeq ($(SYSTEM_HSQLDB),YES)
-# FIXME: not used anywhere else in AOO! Test!
-$(eval $(call gb_Jar_add_system_jars,sdbc_hsqldb,\
-       $(HSQLDB_JAR) \
-))
-else
-$(eval $(call gb_Jar_add_jars,sdbc_hsqldb,\
-       $(OUTDIR)/bin/hsqldb.jar \
-))
-endif
-
-$(eval $(call gb_Jar_set_packageroot,sdbc_hsqldb,com org))
-
-$(eval $(call 
gb_Jar_set_manifest,sdbc_hsqldb,$(SRCDIR)/connectivity/com/sun/star/sdbcx/comp/hsqldb/manifest))
-
-$(eval $(call gb_Jar_set_jarclasspath,sdbc_hsqldb,\
-       hsqldb.jar \
-       .. \
-))
-
-$(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 \
-       connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper \
-       connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess \
-       connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess \
-       connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess \
-       connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream \
-       connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/main/connectivity/Module_connectivity.mk 
b/main/connectivity/Module_connectivity.mk
index 70b15d10b4..b42691097f 100644
--- a/main/connectivity/Module_connectivity.mk
+++ b/main/connectivity/Module_connectivity.mk
@@ -28,9 +28,6 @@ $(eval $(call gb_Module_add_targets,connectivity,\
        AllLangResTarget_hsqldb \
        AllLangResTarget_sdbcl \
        AllLangResTarget_sdberr \
-       Configuration \
-       Connectivity \
-       Jar_sdbc_hsqldb \
        Library_adabas \
        Library_calc \
        Library_dbase \

Reply via email to