Author: jim.ma
Date: 2010-05-10 06:05:11 -0400 (Mon, 10 May 2010)
New Revision: 12198
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml
Log:
[JBAPP-4242]:updated the classpath entries in client menifest
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml 2010-05-07 17:19:51 UTC
(rev 12197)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml 2010-05-10 10:05:11 UTC
(rev 12198)
@@ -213,7 +213,7 @@
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
</manifest>
<manifestEntries>
- <Class-Path>jbossws-framework.jar jaxws-api.jar stax-api.jar
wstx.jar</Class-Path>
+ <Class-Path>jbossws-framework.jar jaxws-api.jar jboss-logging.jar
jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar
slf4j-jboss-logging.jar stax-api.jar wstx.jar</Class-Path>
</manifestEntries>
</archive>
</configuration>