Skip to content

Commit

Permalink
Create project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai Parlog authored and ceki committed Aug 10, 2021
1 parent 365edc7 commit 8c2ee13
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions slf4j-jdk-platform-logging/pom.xml
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<parent>
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>2.0.0-alpha0</version>
</parent>

<artifactId>slf4j-jdk-platform-logging</artifactId>
<packaging>jar</packaging>
<name>SLF4J JDK Platform Logging Integration</name>
<description>Integrated SLF4J with the Platform Logging API added by JEP 264 in Java 9</description>

<url>http://www.slf4j.org</url>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>

</project>
@@ -0,0 +1,6 @@
Implementation-Title: slf4j-ext
Bundle-ManifestVersion: 2
Bundle-SymbolicName: slf4j.ext
Bundle-Name: slf4j-jdk-platform-logging
Bundle-Vendor: SLF4J.ORG
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

0 comments on commit 8c2ee13

Please sign in to comment.