You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2010/09/27 09:15:55 UTC

svn commit: r1001604 - /lucene/pylucene/branches/branch_3x/Makefile

Author: vajda
Date: Mon Sep 27 07:15:55 2010
New Revision: 1001604

URL: http://svn.apache.org/viewvc?rev=1001604&view=rev
Log:
added exclusion of unneeded smartcn AnalyzerProfile class to silence warnings

Modified:
    lucene/pylucene/branches/branch_3x/Makefile

Modified: lucene/pylucene/branches/branch_3x/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/branch_3x/Makefile?rev=1001604&r1=1001603&r2=1001604&view=diff
==============================================================================
--- lucene/pylucene/branches/branch_3x/Makefile (original)
+++ lucene/pylucene/branches/branch_3x/Makefile Mon Sep 27 07:15:55 2010
@@ -147,6 +147,7 @@ JARS+=$(QUERIES_JAR)            # regex 
 #JARS+=$(SMARTCN_JAR)           # smart chinese analyzer
 #JARS+=$(SPATIAL_JAR)           # spatial lucene
 
+
 #
 # No edits required below
 #
@@ -260,6 +261,7 @@ GENERATE=$(JCC) $(foreach jar,$(JARS),--
            --exclude org.apache.lucene.queryParser.ParseException \
            --exclude org.apache.lucene.search.regex.JakartaRegexpCapabilities \
            --exclude org.apache.regexp.RegexpTunnel \
+           --exclude org.apache.lucene.analysis.cn.smart.AnalyzerProfile \
            --python lucene \
            --mapping org.apache.lucene.document.Document 'get:(Ljava/lang/String;)Ljava/lang/String;' \
            --mapping java.util.Properties 'getProperty:(Ljava/lang/String;)Ljava/lang/String;' \