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/22 14:21:03 UTC

svn commit: r1449025 - in /servicemix/smx4/bundles/trunk: ./ lucene-analyzers-common-4.0.0/ lucene-analyzers-common-4.1.0/ lucene-analyzers-common-4.1.0/src/ lucene-analyzers-common-4.1.0/src/main/ lucene-analyzers-common-4.1.0/src/main/resources/ luce...

Author: jbonofre
Date: Fri Feb 22 13:21:03 2013
New Revision: 1449025

URL: http://svn.apache.org/r1449025
Log:
[SMX4-1371] Add OSGi bundle for lucene-analyzers-common 4.1.0

Added:
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/pom.xml
      - copied, changed from r1449011, servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/OSGI-INF/bundle.info
Modified:
    servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml?rev=1449025&r1=1449024&r2=1449025&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml Fri Feb 22 13:21:03 2013
@@ -48,7 +48,6 @@
             org.apache.lucene.store,
             org.apache.lucene.util,
             org.apache.lucene.util.fst,
-
             org.xml.sax,
             org.xml.sax.helpers
         </servicemix.osgi.import.pkg>

Copied: servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/pom.xml (from r1449011, servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml)
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/pom.xml?p2=servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/pom.xml&p1=servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml&r1=1449011&r2=1449025&rev=1449025&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/pom.xml Fri Feb 22 13:21:03 2013
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-analyzers-common</artifactId>
-    <version>4.0.0_2-SNAPSHOT</version>
+    <version>4.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -38,7 +38,7 @@
     <properties>
         <pkgGroupId>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-analyzers-common</pkgArtifactId>
-        <pkgVersion>4.0.0</pkgVersion>
+        <pkgVersion>4.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene.analysis
         </servicemix.osgi.export.pkg>
@@ -47,13 +47,13 @@
             org.apache.lucene.index,
             org.apache.lucene.store,
             org.apache.lucene.util,
+            org.apache.lucene.util.automaton,
             org.apache.lucene.util.fst,
-
             org.xml.sax,
             org.xml.sax.helpers
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
-            org.tartarus.snowball*
+            org.tartarus.snowball*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
         <servicemix.osgi.embed.dependency>
             *;inline=META-INF/services/*

Added: servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/OSGI-INF/bundle.info?rev=1449025&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/lucene-analyzers-common-4.1.0/src/main/resources/OSGI-INF/bundle.info Fri Feb 22 13:21:03 2013
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java.
+    It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1449025&r1=1449024&r2=1449025&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Feb 22 13:21:03 2013
@@ -52,6 +52,7 @@
         <module>lucene-sandbox-4.0.0</module>
         <module>lucene-queries-4.0.0</module>
         <module>lucene-4.1.0</module>
+        <module>lucene-analyzers-common-4.1.0</module>
     </modules>
 
 </project>