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 2016/08/24 11:48:56 UTC

svn commit: r1757505 - in /lucene/pylucene/trunk: Makefile test/test_CachingWrapperFilter.py

Author: vajda
Date: Wed Aug 24 11:48:56 2016
New Revision: 1757505

URL: http://svn.apache.org/viewvc?rev=1757505&view=rev
Log:
removed test_CachingWrapperQuery, classes disappeared

Removed:
    lucene/pylucene/trunk/test/test_CachingWrapperFilter.py
Modified:
    lucene/pylucene/trunk/Makefile

Modified: lucene/pylucene/trunk/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/Makefile?rev=1757505&r1=1757504&r2=1757505&view=diff
==============================================================================
--- lucene/pylucene/trunk/Makefile (original)
+++ lucene/pylucene/trunk/Makefile Wed Aug 24 11:48:56 2016
@@ -170,6 +170,7 @@ JARS+=$(FACET_JAR)              # facet
 JARS+=$(SUGGEST_JAR)            # suggest/spell module
 JARS+=$(EXPRESSIONS_JAR)        # expressions module
 JARS+=$(KUROMOJI_JAR)           # japanese analyzer module
+JARS+=$(MISC_JAR)               # misc
 
 
 #
@@ -199,8 +200,8 @@ FACET_JAR=$(LUCENE)/build/facet/lucene-f
 SUGGEST_JAR=$(LUCENE)/build/suggest/lucene-suggest-$(LUCENE_VER).jar
 EXPRESSIONS_JAR=$(LUCENE)/build/expressions/lucene-expressions-$(LUCENE_VER).jar
 KUROMOJI_JAR=$(LUCENE)/build/analysis/kuromoji/lucene-analyzers-kuromoji-$(LUCENE_VER).jar
-
 MISC_JAR=$(LUCENE)/build/misc/lucene-misc-$(LUCENE_VER).jar
+
 ANTLR_JAR=$(LUCENE)/expressions/lib/antlr4-runtime-4.5.1-1.jar
 ASM_JAR=$(LUCENE)/expressions/lib/asm-5.1.jar
 ASM_COMMONS_JAR=$(LUCENE)/expressions/lib/asm-commons-5.1.jar
@@ -290,7 +291,7 @@ $(MISC_JAR): $(LUCENE_JAR)
 
 JCCFLAGS?=
 
-jars: $(JARS) $(MISC_JAR) $(ANTLR_JAR) $(ASM_JAR) $(ASM_COMMONS)
+jars: $(JARS) $(ANTLR_JAR) $(ASM_JAR) $(ASM_COMMONS)
 
 
 ifneq ($(ICUPKG),)
@@ -319,7 +320,6 @@ endif
 
 GENERATE=$(JCC) $(foreach jar,$(JARS),--jar $(jar)) \
            $(JCCFLAGS) --use_full_names \
-           --include $(MISC_JAR) \
            --include $(ANTLR_JAR) \
            --include $(ASM_JAR) \
            --include $(ASM_COMMONS_JAR) \
@@ -344,6 +344,8 @@ GENERATE=$(JCC) $(foreach jar,$(JARS),--
                              java.io.DataInputStream \
            --exclude org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities \
            --exclude org.apache.regexp.RegexpTunnel \
+           --exclude org.apache.lucene.store.WindowsDirectory \
+           --exclude org.apache.lucene.store.NativePosixUtil \
            --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;' \