Author: gnodet
Date: Tue Apr 8 07:52:41 2008
New Revision: 645956
URL: http://svn.apache.org/viewvc?rev=645956&view=rev
Log:
Fix problem with osgi bundle
Modified:
incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
Modified: incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml?rev=645956&r1=645955&r2=645956&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml Tue Apr 8
07:52:41 2008
@@ -250,7 +250,7 @@
</Import-Package>
<Export-Package>
org.apache.cxf.*;version=${pom.version};-split-package:=merge-first,
-
org.xmlsoap.schemas*;version=${pkgVersion};-split-package:=merge-first,
+
org.xmlsoap.schemas*;version=${pom.version};-split-package:=merge-first,
'=META-INF.cxf'
</Export-Package>
<_failok>true</_failok>