Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Sep 4, 2009
1 parent e3f037a commit aec79d9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
19 changes: 10 additions & 9 deletions log4j-over-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>bundle-test-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifestEntries>
<Bundle-Version>${project.version}</Bundle-Version>
<Bundle-Description>${project.description}</Bundle-Description>
<Implementation-Version>${project.version}</Implementation-Version>
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
6 changes: 6 additions & 0 deletions log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Implementation-Title: log4j-over-slf4j
Bundle-SymbolicName: log4j.over.slf4j
Bundle-Name: log4j-over-slf4j
Bundle-Vendor: SLF4J.ORG
Export-Package: org.apache.log4j
Import-Package: org.slf4j, org.slf4j.spi
5 changes: 4 additions & 1 deletion slf4j-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ <h3>4th of September, 2009 - Release of SLF4J 1.5.9-RC0</h3>
href="http://bugzilla.slf4j.org/show_bug.cgi?id=146">bug report
146</a> by Dapeng Ni.</p>


<p>Added missing OSGi manifest to the <em>log4j-over-slf4j</em>
module as requested by Wade Poziombka in <a
href="http://bugzilla.slf4j.org/show_bug.cgi?id=117">bug 117</a>.
</p>

<hr noshade="noshade" size="1"/>

Expand Down

0 comments on commit aec79d9

Please sign in to comment.