You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by io...@apache.org on 2012/02/04 18:56:43 UTC

svn commit: r1240566 - in /servicemix/smx4/bundles/trunk: avro-1.6.1/pom.xml pom.xml

Author: iocanel
Date: Sat Feb  4 17:56:43 2012
New Revision: 1240566

URL: http://svn.apache.org/viewvc?rev=1240566&view=rev
Log:
[SMX4-1087] Explicitly removed ipc export package declaration from avro bundle.

Modified:
    servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml?rev=1240566&r1=1240565&r2=1240566&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-1.6.1/pom.xml Sat Feb  4 17:56:43 2012
@@ -40,6 +40,7 @@
         <pkgArtifactId>avro</pkgArtifactId>
         <pkgVersion>1.6.1</pkgVersion>
         <servicemix.osgi.export.pkg>
+            !org.apache.avro.ipc;version="${project.version}",
             org.apache.avro*;version="${project.version}";-noimport:=true
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1240566&r1=1240565&r2=1240566&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Sat Feb  4 17:56:43 2012
@@ -42,7 +42,8 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-
+         <module>avro-1.6.1</module>
+        <module>avro-ipc-1.6.1</module>
     </modules>
 
 </project>