[slf4j-dev] svn commit: r1223 - slf4j/trunk/slf4j-ext
ravn at slf4j.org
ravn at slf4j.org
Mon Nov 10 01:39:38 CET 2008
Author: ravn
Date: Mon Nov 10 01:39:38 2008
New Revision: 1223
Modified:
slf4j/trunk/slf4j-ext/pom.xml
Log:
added note regarding how to get the proper Javasssist name from Maven in the manifest
Modified: slf4j/trunk/slf4j-ext/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-ext/pom.xml (original)
+++ slf4j/trunk/slf4j-ext/pom.xml Mon Nov 10 01:39:38 2008
@@ -74,6 +74,7 @@
<Bundle-Description>${project.description}</Bundle-Description>
<Implementation-Version>${project.version}</Implementation-Version>
<Premain-Class>org.slf4j.agent.AgentPremain</Premain-Class>
+ <!-- what is the proper way to specify the maven full name? /ravn -->
<Boot-Class-Path>javassist.jar</Boot-Class-Path>
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
More information about the slf4j-dev
mailing list