Author: jbonofre
Date: Sun Jun 30 06:27:22 2013
New Revision: 1498064

URL: http://svn.apache.org/r1498064
Log:
[SMX4-1490] Fix lucene-analyzers-common bundle 4.3.1 to avoid to export package 
provided by lucene-core

Modified:
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.3.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.3.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.3.1/pom.xml?rev=1498064&r1=1498063&r2=1498064&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.3.1/pom.xml 
(original)
+++ servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.3.1/pom.xml Sun Jun 
30 06:27:22 2013
@@ -39,11 +39,16 @@
         <pkgGroupId>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-analyzers-common</pkgArtifactId>
         <pkgVersion>4.3.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.lucene.analysis
-        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
+            !org.apache.lucene.analysis,
+            !org.apache.lucene.analysis.tokenattributes,
+            
org.apache.lucene.analysis.*;version=${pkgVersion};-split-package:=merge-first,
+            org.tartarus.snowball*;-split-package:=merge-first
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml.parsers,
+            org.apache.lucene.analysis,
+            org.apache.lucene.analysis.tokenattributes,
             org.apache.lucene.index,
             org.apache.lucene.store,
             org.apache.lucene.util,
@@ -52,9 +57,6 @@
             org.xml.sax,
             org.xml.sax.helpers
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.tartarus.snowball*;-split-package:=merge-first
-        </servicemix.osgi.private.pkg>
         <servicemix.osgi.embed.dependency>
             *;inline=META-INF/services/*
         </servicemix.osgi.embed.dependency>


Reply via email to