Author: jbonofre
Date: Mon Dec 7 16:22:00 2009
New Revision: 887974
URL: http://svn.apache.org/viewvc?rev=887974&view=rev
Log:
Apply a fix to export java.xml.xquery required by saxon-xqj.
Modified:
servicemix/smx4/bundles/trunk/saxon-9.1.0.8/pom.xml
Modified: servicemix/smx4/bundles/trunk/saxon-9.1.0.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saxon-9.1.0.8/pom.xml?rev=887974&r1=887973&r2=887974&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/saxon-9.1.0.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/saxon-9.1.0.8/pom.xml Mon Dec 7 16:22:00 2009
@@ -39,7 +39,10 @@
<pkgGroupId>net.sf.saxon</pkgGroupId>
<pkgArtifactId>saxon</pkgArtifactId>
<pkgVersion>9.1.0.8</pkgVersion>
- <servicemix.osgi.export.pkg>net.sf.saxon</servicemix.osgi.export.pkg>
+ <servicemix.osgi.export.pkg>
+ net.sf.saxon*;version=${pkgVersion};-split-package:=merge-first,
+ javax.xml.xquery
+ </servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
!net.sf.saxon*,
*
|