Skip to content

Commit

Permalink
Logging implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Jan 17, 2024
1 parent d4e9397 commit 552ba70
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 19 deletions.
49 changes: 34 additions & 15 deletions IFCtoLBD/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jyrkioraskari</groupId>
<artifactId>ifc-to-lbd</artifactId>
Expand All @@ -11,7 +13,11 @@
</license>
</licenses>
<url>https://github.com/jyrkioraskari/IFCtoLBD</url>
<description>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/).</description>
<description>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/).</description>
<developers>
<developer>
<id>jyrkio</id>
Expand All @@ -36,7 +42,7 @@
<developer>
<id>AnnaWagner</id>
<name>Anna Wagner</name>
<email>wagner [at] iib [dot] tu-darmstadt [dot] de</email>
<email>wagner [at] iib [dot] tu-darmstadt [dot] de</email>
</developer>
</developers>
<properties>
Expand Down Expand Up @@ -76,6 +82,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down Expand Up @@ -248,7 +255,8 @@
<!-- MainClass in mainfest make a executable jar -->
<archive>
<manifest>
<mainClass>org.linkedbuildingdata.ifc2lbd.IFCtoLBDConverter</mainClass>
<mainClass>
org.linkedbuildingdata.ifc2lbd.IFCtoLBDConverter</mainClass>
</manifest>
</archive>
</configuration>
Expand All @@ -270,22 +278,33 @@
<configuration>
<useMissingFile>true</useMissingFile>
<licenseMerges>
<licenseMerge>The Apache Software License, Version 2.0|Apache
2|Apache License, Version 2.0|Apache Public License 2.0</licenseMerge>
<licenseMerge>Apache Software Licenses|Apache Software License</licenseMerge>
<licenseMerge>GNU General Public License, v2.0|GNU GENERAL PUBLIC
LICENSE Version 2, June 1991|GNU General Public License, Version
<licenseMerge>The Apache Software License, Version
2.0|Apache
2|Apache License, Version 2.0|Apache Public License
2.0</licenseMerge>
<licenseMerge>Common Development and Distribution License (CDDL),
version 1.0| Common Development and Distribution License (CDDL)
v1.0|COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL), Version
<licenseMerge>Apache Software Licenses|Apache Software
License</licenseMerge>
<licenseMerge>GNU General Public License, v2.0|GNU
GENERAL PUBLIC
LICENSE Version 2, June 1991|GNU General Public
License, Version
2.0</licenseMerge>
<licenseMerge>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</licenseMerge>
<licenseMerge>GNU Lesser General Public License, version 2.1|LGPL
<licenseMerge>GNU Lesser General Public License, version
2.1|LGPL
2.1|GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</licenseMerge>
<licenseMerge>GNU Lesser General Public License|GNU LESSER GENERAL
<licenseMerge>GNU Lesser General Public License|GNU
LESSER GENERAL
PUBLIC LICENSE</licenseMerge>
<licenseMerge>Mozilla Public License version 1.1|MPL 1.1</licenseMerge>
<licenseMerge>BSD Style License|BSD License|BSD style|BSD style
<licenseMerge>BSD Style License|BSD License|BSD
style|BSD style
License</licenseMerge>
</licenseMerges>
</configuration>
Expand Down
12 changes: 9 additions & 3 deletions IFCtoLBD/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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=
15 changes: 14 additions & 1 deletion IFCtoLBD_Geometry/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rwth-aachen.lbd</groupId>
<artifactId>idc_to_lbd_geometry</artifactId>
Expand Down Expand Up @@ -34,6 +36,17 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.19.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 552ba70

Please sign in to comment.