[jboss-cvs] Repository SVN: r19162 - in apache-lucene: 2.3.2-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 3 10:37:13 EST 2008


Author: dwalluck at redhat.com
Date: 2008-12-03 10:37:13 -0500 (Wed, 03 Dec 2008)
New Revision: 19162

Added:
   apache-lucene/2.3.2-brew/
   apache-lucene/2.3.2-brew/component-info.xml
   apache-lucene/2.3.2-brew/lib/
   apache-lucene/2.3.2-brew/lib/lucene.jar
   apache-lucene/2.3.2-brew/src/
   apache-lucene/2.3.2-brew/src/lucene-1.9-OSGi-MANIFEST.MF
   apache-lucene/2.3.2-brew/src/lucene-1.9-analysis-OSGi-MANIFEST.MF
   apache-lucene/2.3.2-brew/src/lucene-2.3.0-db-javadoc.patch
   apache-lucene/2.3.2-brew/src/lucene-2.3.2-src.tar.gz
   apache-lucene/2.3.2-brew/src/lucene-no-classpath-in-manifest.patch
   apache-lucene/2.3.2-brew/src/lucene-no-get.patch
Log:
- add Brew built apache-lucene 2.3.2

Added: apache-lucene/2.3.2-brew/component-info.xml
===================================================================
--- apache-lucene/2.3.2-brew/component-info.xml	                        (rev 0)
+++ apache-lucene/2.3.2-brew/component-info.xml	2008-12-03 15:37:13 UTC (rev 19162)
@@ -0,0 +1,15 @@
+<project name="apache-lucene-component-info">
+   <component id="apache-lucene"
+              licenseType="apache-2.0"
+              version="2.3.2-brew"
+              tag="lucene23-2_3_2-2_el4"
+              projectHome="http://lucene.apache.org/java/docs/index.html"
+              description="high-performance, full-featured text search engine library">
+      <artifact id="lucene.jar"/>
+      
+      <export>
+         <include input="lucene.jar"/>         
+      </export>
+   </component>
+
+</project>

Added: apache-lucene/2.3.2-brew/lib/lucene.jar
===================================================================
(Binary files differ)


Property changes on: apache-lucene/2.3.2-brew/lib/lucene.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-lucene/2.3.2-brew/src/lucene-1.9-OSGi-MANIFEST.MF
===================================================================
--- apache-lucene/2.3.2-brew/src/lucene-1.9-OSGi-MANIFEST.MF	                        (rev 0)
+++ apache-lucene/2.3.2-brew/src/lucene-1.9-OSGi-MANIFEST.MF	2008-12-03 15:37:13 UTC (rev 19162)
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.7.0
+Created-By: 2.3 (IBM Corporation)
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.lucene,org.apache.lucene.analysis,org.apach
+ e.lucene.analysis.de,org.apache.lucene.analysis.standard,org.apache.l
+ ucene.document,org.apache.lucene.index,org.apache.lucene.queryParser,
+ org.apache.lucene.search,org.apache.lucene.search.spans,org.apache.lu
+ cene.store,org.apache.lucene.util
+Bundle-Version: 1.9.1.v20080530-1600
+Bundle-SymbolicName: org.apache.lucene
+Bundle-Name: Apache Lucene
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation
+

Added: apache-lucene/2.3.2-brew/src/lucene-1.9-analysis-OSGi-MANIFEST.MF
===================================================================
--- apache-lucene/2.3.2-brew/src/lucene-1.9-analysis-OSGi-MANIFEST.MF	                        (rev 0)
+++ apache-lucene/2.3.2-brew/src/lucene-1.9-analysis-OSGi-MANIFEST.MF	2008-12-03 15:37:13 UTC (rev 19162)
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.7.0
+Created-By: 2.3 (IBM Corporation)
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.lucene.analysis.br,org.apache.lucene.analys
+ is.cjk,org.apache.lucene.analysis.cn,org.apache.lucene.analysis.cz,or
+ g.apache.lucene.analysis.de,org.apache.lucene.analysis.el,org.apache.
+ lucene.analysis.fr,org.apache.lucene.analysis.nl,org.apache.lucene.an
+ alysis.ru
+Bundle-Version: 1.9.1.v20080530-1600
+Require-Bundle: org.apache.lucene;bundle-version="[1.9.1,2.0.0)";visib
+ ility:=reexport
+Bundle-SymbolicName: org.apache.lucene.analysis
+Bundle-Name: Apache Lucene Analysis
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation
+

Added: apache-lucene/2.3.2-brew/src/lucene-2.3.0-db-javadoc.patch
===================================================================
--- apache-lucene/2.3.2-brew/src/lucene-2.3.0-db-javadoc.patch	                        (rev 0)
+++ apache-lucene/2.3.2-brew/src/lucene-2.3.0-db-javadoc.patch	2008-12-03 15:37:13 UTC (rev 19162)
@@ -0,0 +1,19 @@
+Do not attempt to build documentation for db4 stuff,
+we removed it in %prep
+
+Lubomir Kundrak <lkundrak at redhat.com>
+
+diff -urp lucene-2.3.0.orig/build.xml lucene-2.3.0/build.xml
+--- lucene-2.3.0.orig/build.xml	2008-01-21 02:29:41.000000000 +0100
++++ lucene-2.3.0/build.xml	2008-02-19 16:52:14.000000000 +0100
+@@ -237,8 +237,8 @@
+           <packageset dir="contrib/analyzers/src/java"/>
+           <packageset dir="contrib/ant/src/java"/>
+           <packageset dir="contrib/benchmark/src/java"/>
+-          <packageset dir="contrib/db/bdb-je/src/java"/>
+-          <packageset dir="contrib/db/bdb/src/java"/>
++          <!-- <packageset dir="contrib/db/bdb-je/src/java"/> -->
++          <!-- <packageset dir="contrib/db/bdb/src/java"/> -->
+           <packageset dir="contrib/highlighter/src/java"/>
+           <packageset dir="contrib/lucli/src/java"/>
+           <packageset dir="contrib/memory/src/java"/>

Added: apache-lucene/2.3.2-brew/src/lucene-2.3.2-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: apache-lucene/2.3.2-brew/src/lucene-2.3.2-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-lucene/2.3.2-brew/src/lucene-no-classpath-in-manifest.patch
===================================================================
--- apache-lucene/2.3.2-brew/src/lucene-no-classpath-in-manifest.patch	                        (rev 0)
+++ apache-lucene/2.3.2-brew/src/lucene-no-classpath-in-manifest.patch	2008-12-03 15:37:13 UTC (rev 19162)
@@ -0,0 +1,18 @@
+--- contrib/lucli/build.xml.orig	2008-11-14 13:04:42.729678754 -0500
++++ contrib/lucli/build.xml	2008-11-14 13:04:59.006679348 -0500
+@@ -42,7 +42,6 @@
+     <jarify>
+       <manifest-attributes>
+         <attribute name="Main-Class" value="lucli.Lucli" />
+-        <attribute name="Class-Path" value="lib/jline.jar lib/lucene.jar" />
+       </manifest-attributes>
+     </jarify>
+    </target>
+@@ -51,7 +50,6 @@
+   	<jarify basedir="${src.dir}" destfile="${build.dir}/${final.name}-src.jar">
+       <manifest-attributes>
+         <attribute name="Main-Class" value="lucli.Lucli" />
+-        <attribute name="Class-Path" value="lib/jline.jar lib/lucene.jar" />
+       </manifest-attributes>
+   	</jarify>
+   </target>   

Added: apache-lucene/2.3.2-brew/src/lucene-no-get.patch
===================================================================
--- apache-lucene/2.3.2-brew/src/lucene-no-get.patch	                        (rev 0)
+++ apache-lucene/2.3.2-brew/src/lucene-no-get.patch	2008-12-03 15:37:13 UTC (rev 19162)
@@ -0,0 +1,80 @@
+--- contrib/benchmark/build.xml.orig	2008-05-01 16:28:38.000000000 -0400
++++ contrib/benchmark/build.xml	2008-11-14 13:16:34.457804639 -0500
+@@ -34,8 +34,10 @@
+     </target>
+ 
+     <target name="get-enwiki" unless="enwiki.exists">
++<!--
+         <get src="http://people.apache.org/~gsingers/wikipedia/enwiki-20070527-pages-articles.xml.bz2"
+              dest="temp/enwiki-20070527-pages-articles.xml.bz2"/>
++-->
+     </target>
+ 
+     <target name="expand-enwiki"  unless="enwiki.expanded">
+@@ -43,14 +45,18 @@
+     </target>
+ 
+     <target name="get-news-20" unless="20news-18828.exists">
++<!--
+         <get src="http://www-2.cs.cmu.edu/afs/cs.cmu.edu/project/theo-20/www/data/news20.tar.gz"
+              dest="temp/news20.tar.gz"/>
+ 
++-->
+     </target>
+     <target name="get-reuters" unless="reuters.exists">
+ 
++<!--
+         <get src="http://www.daviddlewis.com/resources/testcollections/reuters21578/reuters21578.tar.gz"
+             dest="temp/reuters21578.tar.gz"/>
++-->
+     </target>
+ 
+     <target name="expand-news-20"  unless="news20.expanded">
+@@ -76,8 +82,10 @@
+         </java>
+     </target>
+     <target name="get-20news-18828" unless="20news-18828.exists">
++<!--
+         <get src="http://people.csail.mit.edu/u/j/jrennie/public_html/20Newsgroups/20news-18828.tar.gz"
+              dest="temp/20news-18828.tar.gz"/>
++-->
+ 
+     </target>
+     <target name="expand-20news-18828" unless="20news-18828.expanded">
+@@ -85,8 +93,10 @@
+         <untar src="temp/20news-18828.tar" dest="${working.dir}"/>
+     </target>
+     <target name="get-mini-news" unless="mini.exists">
++<!--
+         <get src="http://kdd.ics.uci.edu/databases/20newsgroups/mini_newsgroups.tar.gz"
+              dest="temp/mini_newsgroups.tar.gz"/>
++-->
+     </target>
+     <target name="expand-mini-news" unless="mini.expanded">
+         <gunzip src="temp/mini_newsgroups.tar.gz" dest="temp"/>
+--- contrib/db/bdb/build.xml.orig	2008-05-01 16:28:30.000000000 -0400
++++ contrib/db/bdb/build.xml	2008-11-14 13:16:56.924677829 -0500
+@@ -25,8 +25,10 @@
+ 
+   <target name="get-db-jar" unless="db.jar.exists">
+     <mkdir dir="lib" />
++<!--
+     <get src="http://downloads.osafoundation.org/db/db-${db.version}.jar"
+          dest="lib/db-${db.version}.jar" />
++-->
+   </target>
+ 
+   <target name="sanity-load-lib" depends="compile-test">
+--- contrib/db/bdb-je/build.xml.orig	2008-05-01 16:28:27.000000000 -0400
++++ contrib/db/bdb-je/build.xml	2008-11-14 13:17:41.593774122 -0500
+@@ -25,8 +25,10 @@
+ 
+   <target name="get-je-jar" unless="je.jar.exists">
+     <mkdir dir="lib" />
++<!--
+     <get src="http://download.oracle.com/berkeley-db/je-${je.version}.zip"
+          dest="lib/je-${je.version}.zip" />
++-->
+     <unzip src="lib/je-${je.version}.zip" dest="lib">
+       <patternset>
+         <include name="je-${je.version}/lib/je.jar" />




More information about the jboss-cvs-commits mailing list