From 552ba70a79af731e951b5693255ff71be1929e39 Mon Sep 17 00:00:00 2001 From: Jyrki Oraskari <31693668+jyrkioraskari@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:53:33 +0100 Subject: [PATCH] Logging implementation --- IFCtoLBD/pom.xml | 49 ++++++++++++++------- IFCtoLBD/src/license/THIRD-PARTY.properties | 12 +++-- IFCtoLBD_Geometry/pom.xml | 15 ++++++- 3 files changed, 57 insertions(+), 19 deletions(-) diff --git a/IFCtoLBD/pom.xml b/IFCtoLBD/pom.xml index edddcfad..63e971ba 100644 --- a/IFCtoLBD/pom.xml +++ b/IFCtoLBD/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 io.github.jyrkioraskari ifc-to-lbd @@ -11,7 +13,11 @@ https://github.com/jyrkioraskari/IFCtoLBD - Converter to convert Industry Foundation Classes (IFC) STEP formatted files into Resource Description Framework (RDF) triples that follow the small ontologies devised in the World Wide Web Consortium (W3C) Linked Building Data Community Group (W3C LBD-CG) (https://github.com/w3c-lbd-cg/). + Converter to convert Industry Foundation Classes (IFC) STEP + formatted files into Resource Description Framework (RDF) triples that + follow the small ontologies devised in the World Wide Web Consortium + (W3C) Linked Building Data Community Group (W3C LBD-CG) + (https://github.com/w3c-lbd-cg/). jyrkio @@ -36,7 +42,7 @@ AnnaWagner Anna Wagner - wagner [at] iib [dot] tu-darmstadt [dot] de + wagner [at] iib [dot] tu-darmstadt [dot] de @@ -76,6 +82,7 @@ + org.apache.commons commons-lang3 @@ -248,7 +255,8 @@ - org.linkedbuildingdata.ifc2lbd.IFCtoLBDConverter + + org.linkedbuildingdata.ifc2lbd.IFCtoLBDConverter @@ -270,22 +278,33 @@ true - The Apache Software License, Version 2.0|Apache - 2|Apache License, Version 2.0|Apache Public License 2.0 - Apache Software Licenses|Apache Software License - GNU General Public License, v2.0|GNU GENERAL PUBLIC - LICENSE Version 2, June 1991|GNU General Public License, Version + The Apache Software License, Version + 2.0|Apache + 2|Apache License, Version 2.0|Apache Public License 2.0 - Common Development and Distribution License (CDDL), - version 1.0| Common Development and Distribution License (CDDL) - v1.0|COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL), Version + Apache Software Licenses|Apache Software + License + GNU General Public License, v2.0|GNU + GENERAL PUBLIC + LICENSE Version 2, June 1991|GNU General Public + License, Version + 2.0 + Common Development and Distribution + License (CDDL), + version 1.0| Common Development and Distribution + License (CDDL) + v1.0|COMMON DEVELOPMENT AND DISTRIBUTION LICENSE + (CDDL), Version 1.0 - GNU Lesser General Public License, version 2.1|LGPL + GNU Lesser General Public License, version + 2.1|LGPL 2.1|GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - GNU Lesser General Public License|GNU LESSER GENERAL + GNU Lesser General Public License|GNU + LESSER GENERAL PUBLIC LICENSE Mozilla Public License version 1.1|MPL 1.1 - BSD Style License|BSD License|BSD style|BSD style + BSD Style License|BSD License|BSD + style|BSD style License diff --git a/IFCtoLBD/src/license/THIRD-PARTY.properties b/IFCtoLBD/src/license/THIRD-PARTY.properties index fd7af043..7fc7137b 100644 --- a/IFCtoLBD/src/license/THIRD-PARTY.properties +++ b/IFCtoLBD/src/license/THIRD-PARTY.properties @@ -5,14 +5,17 @@ # - Apache 2.0 # - Apache 2.0 License # - Apache License 2.0 +# - Apache Public License 2.0 # - Apache Software Licenses # - Apache-2.0 # - BSD Style License # - BSD licence +# - BSD style # - BSD-3-Clause # - CDDL + GPLv2 with classpath exception # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Common Development and Distribution License (CDDL), +# - Common Development and Distribution +# License (CDDL), # version 1.0 # - Common Public License Version 1.0 # - Dual license consisting of the CDDL v1.1 and GPL v2 @@ -31,7 +34,8 @@ # - GNU General Public License, v2.0 # - GNU General Public License, version 2 with the GNU Classpath Exception # - GNU Lesser General Public License -# - GNU Lesser General Public License, version 2.1 +# - GNU Lesser General Public License, version +# 2.1 # - GPL2 w/ CPE # - GPLv2 license, includes the CLASSPATH exception # - Indiana University Extreme! Lab Software License @@ -41,6 +45,8 @@ # - Public Domain # - Revised BSD License # - The Apache License, Version 2.0 +# - The Apache Software License, Version +# 2.0 # - The Apache Software License, Version 2.0 # - The Apache Software License, version 2.0 # - The BSD License @@ -50,5 +56,5 @@ # Please fill the missing licenses for dependencies : # # -#Wed Jan 17 13:03:01 CET 2024 +#Wed Jan 17 14:48:55 CET 2024 gnu.getopt--java-getopt--1.0.13= diff --git a/IFCtoLBD_Geometry/pom.xml b/IFCtoLBD_Geometry/pom.xml index bc01d58a..3daceafd 100644 --- a/IFCtoLBD_Geometry/pom.xml +++ b/IFCtoLBD_Geometry/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 de.rwth-aachen.lbd idc_to_lbd_geometry @@ -34,6 +36,17 @@ slf4j-api 2.0.4 + + org.apache.logging.log4j + log4j-slf4j2-impl + 2.19.0 + runtime + + + org.apache.logging.log4j + log4j-core + 2.19.0 + commons-io commons-io