You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ni...@apache.org on 2014/09/26 14:45:55 UTC

svn commit: r1627761 - /servicemix/smx4/bundles/trunk/jing-20030619/pom.xml

Author: ningjiang
Date: Fri Sep 26 12:45:54 2014
New Revision: 1627761

URL: http://svn.apache.org/r1627761
Log:
SMX4-1858 don't export the org.relaxng.datatype package

Modified:
    servicemix/smx4/bundles/trunk/jing-20030619/pom.xml

Modified: servicemix/smx4/bundles/trunk/jing-20030619/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jing-20030619/pom.xml?rev=1627761&r1=1627760&r2=1627761&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jing-20030619/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jing-20030619/pom.xml Fri Sep 26 12:45:54 2014
@@ -39,10 +39,12 @@
         <pkgGroupId>thaiopensource</pkgGroupId>
         <pkgArtifactId>jing</pkgArtifactId>
         <pkgVersion>20030619</pkgVersion>
-        <servicemix.osgi.export>
-          com.thaiopensource.*;version=${pkgVersion};-split-package:=merge-first,
-          org.relaxng.datatype.*;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export>
+        <servicemix.osgi.export.pkg>
+          com.thaiopensource.*
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.private.pkg>
+          org.relaxng.datatype.*
+        </servicemix.osgi.private.pkg>
         <servicemix.osgi.import.pkg>
             com.icl.saxon;resolution:=optional,
             org.apache.tools.ant*;resolution:=optional,