Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 02cacfd2 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added slf4j in its directory

parent 32e897a5
No related branches found
No related tags found
No related merge requests found
......@@ -44,15 +44,10 @@ This is a simplified view: <a href="img/dependencies.png">click here
[<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>Gnu library for parsing command line arguments. Required
everywhere (included by OWL-API).</dd>
<dt><a href="http://logging.apache.org/log4j">Apache Log4J</a> 1.2.15
&amp; <a href="http://jakarta.apache.org/commons/logging/">Jakarta
Commons Logging</a> 1.1.1:
log4j.jar commons-logging.jar
[<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]
slf4j-api.jar (1.5.6) slf4j-log4j.jar [<a href="http://www.slf4j.org/license.html">MIT license</a>??]
<dt><a href="http://www.slf4j.org/">SLF4J</a> 1.7.2:
slf4j-api.jar log4j-over-slf4j.jar jcl-over-slf4j.jar [<a href="http://www.slf4j.org/license.html">MIT license</a>]
</dt>
<dd>Required by OWL-API, jwnl, Jena for the last two ones... if someone
could clear the mess with loggers in Java, you are welcome!</dd>
<dd>At last some clean-up in the Java logging realm.</dd>
</dl>
<h3>Required for using EDOAL</h3>
......
File added
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.2</version>
</parent>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<packaging>jar</packaging>
<name>Java Commons Logging over SLF4J Module</name>
<organization>
<name>QOS.ch</name>
<url>http://www.qos.ch</url>
</organization>
<inceptionYear>2005</inceptionYear>
<!-- Copyright (c) 2004-2011 QOS.ch -->
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<url>http://www.slf4j.org</url>
<description>Implements the Java Commons Logging on top of SLF4J</description>
<dependencies />
</project>
File added
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.2</version>
</parent>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<packaging>jar</packaging>
<name>Log4j over SLF4J Module</name>
<organization>
<name>QOS.ch</name>
<url>http://www.qos.ch</url>
</organization>
<inceptionYear>2005</inceptionYear>
<!-- Copyright (c) 2004-2011 QOS.ch -->
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<url>http://www.slf4j.org</url>
<description>Implements the Java Commons Logging on top of SLF4J</description>
<dependencies />
</project>
File added
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.2</version>
</parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<packaging>jar</packaging>
<name>SLF4J API Module</name>
<organization>
<name>QOS.ch</name>
<url>http://www.qos.ch</url>
</organization>
<inceptionYear>2005</inceptionYear>
<!-- Copyright (c) 2004-2011 QOS.ch -->
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<url>http://www.slf4j.org</url>
<description>The slf4j API</description>
<dependencies />
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment