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/24 09:39:24 UTC

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

Author: ningjiang
Date: Wed Sep 24 07:39:23 2014
New Revision: 1627244

URL: http://svn.apache.org/r1627244
Log:
SMX4-1858 Fixed the issue of servicemix wrapped bundle jing

Modified:
    servicemix/smx4/bundles/trunk/jing-20030619/pom.xml
    servicemix/smx4/bundles/trunk/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=1627244&r1=1627243&r2=1627244&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jing-20030619/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jing-20030619/pom.xml Wed Sep 24 07:39:23 2014
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>11</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -39,9 +39,10 @@
         <pkgGroupId>thaiopensource</pkgGroupId>
         <pkgArtifactId>jing</pkgArtifactId>
         <pkgVersion>20030619</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.thaiopensource
-        </servicemix.osgi.export.pkg>
+        <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.import.pkg>
             com.icl.saxon;resolution:=optional,
             org.apache.tools.ant*;resolution:=optional,
@@ -97,9 +98,9 @@
                             <filters>
                                 <filter>
                                     <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>**/services/*</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1627244&r1=1627243&r2=1627244&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Sep 24 07:39:23 2014
@@ -56,6 +56,7 @@
         <module>spring-tx-4.0.7.RELEASE</module>
         <module>spring-tx-4.1.0.RELEASE</module>
         <module>egit-github-core-2.1.5</module>
+        <module>jing-20030619</module>
     </modules>
 
 </project>