[slf4j-dev] svn commit: r1226 - slf4j/trunk/slf4j-ext
ravn at slf4j.org
ravn at slf4j.org
Mon Nov 10 23:39:06 CET 2008
Author: ravn
Date: Mon Nov 10 23:39:05 2008
New Revision: 1226
Modified:
slf4j/trunk/slf4j-ext/pom.xml
Log:
revised bootclasspath so referring directly to jar in maven will work
Modified: slf4j/trunk/slf4j-ext/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-ext/pom.xml (original)
+++ slf4j/trunk/slf4j-ext/pom.xml Mon Nov 10 23:39:05 2008
@@ -75,7 +75,7 @@
<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>
+ <Boot-Class-Path>../../../../javassist/javassist/3.4.GA/javassist-3.4.GA.jar javassist-3.4.GA.jar javassist.jar</Boot-Class-Path>
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
More information about the slf4j-dev
mailing list