You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2013/02/27 16:01:57 UTC

svn commit: r1450794 - in /servicemix/smx4/bundles/trunk: pom.xml xmlbeans-2.6.0/pom.xml

Author: jbonofre
Date: Wed Feb 27 15:01:56 2013
New Revision: 1450794

URL: http://svn.apache.org/r1450794
Log:
[SMX4-1390] Flag org.apache.crimson.jaxp package as optional in xmlbeans 2.6.0 bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/xmlbeans-2.6.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1450794&r1=1450793&r2=1450794&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Feb 27 15:01:56 2013
@@ -42,6 +42,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+        <module>xmlbeans-2.6.0</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/xmlbeans-2.6.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlbeans-2.6.0/pom.xml?rev=1450794&r1=1450793&r2=1450794&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlbeans-2.6.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlbeans-2.6.0/pom.xml Wed Feb 27 15:01:56 2013
@@ -52,6 +52,7 @@
             com.sun.javadoc;resolution:=optional,
             com.sun.tools.javadoc;resolution:=optional,
             org.apache.tools.ant*;resolution:=optional;version="[1.7,2)",
+            org.apache.crimson.jaxp*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.failok>true</servicemix.osgi.failok>