You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/06/03 15:31:36 UTC

svn commit: r662791 - /servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml

Author: ffang
Date: Tue Jun  3 06:31:36 2008
New Revision: 662791

URL: http://svn.apache.org/viewvc?rev=662791&view=rev
Log:
[SMX4-23]add bundle jar for commons-jxpath

Modified:
    servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml

Modified: servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml?rev=662791&r1=662790&r2=662791&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml Tue Jun  3 06:31:36 2008
@@ -39,8 +39,13 @@
         <pkgArtifactId>commons-jxpath</pkgArtifactId>
         <pkgVersion>${commons-jxpath.version}</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.apache.commons.jxpath*
+            org.apache.commons.jxpath*,org.apache.commons.beanutils*,org.apache.commons.collections*,org.jdom*,org.apache.xerces*,
+            javax.servlet.jsp*,org.apache.xml*
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            oracle.xml.parser*;resolution:=optional,org.jaxen.*;resolution:=optional,org.saxpath*;resolution:=optional,*
+            
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>