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 2022/01/04 18:55:06 UTC

svn commit: r1896673 - in /lucene/pylucene/trunk: CHANGES Makefile

Author: vajda
Date: Tue Jan  4 18:55:06 2022
New Revision: 1896673

URL: http://svn.apache.org/viewvc?rev=1896673&view=rev
Log:
exclude the module-info non class

Modified:
    lucene/pylucene/trunk/CHANGES
    lucene/pylucene/trunk/Makefile

Modified: lucene/pylucene/trunk/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/CHANGES?rev=1896673&r1=1896672&r2=1896673&view=diff
==============================================================================
--- lucene/pylucene/trunk/CHANGES (original)
+++ lucene/pylucene/trunk/CHANGES Tue Jan  4 18:55:06 2022
@@ -1,7 +1,8 @@
 Version 8.11.0 ->
 -----------------------
- - using Lucene 9.0 sources
+ - using Lucene 9.1.0 sources
  - PyLucene built with JCC 3.11
+ - 
 
 Version 8.9.0 -> 8.11.0
 -----------------------

Modified: lucene/pylucene/trunk/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/Makefile?rev=1896673&r1=1896672&r2=1896673&view=diff
==============================================================================
--- lucene/pylucene/trunk/Makefile (original)
+++ lucene/pylucene/trunk/Makefile Tue Jan  4 18:55:06 2022
@@ -245,6 +245,7 @@ GENERATE=$(JCC) $(foreach jar,$(JARS),--
            --exclude org.apache.regexp.RegexpTunnel \
            --exclude org.apache.lucene.misc.store.WindowsDirectory \
            --exclude org.apache.lucene.misc.store.NativePosixUtil \
+           --exclude 'module-info' \
            --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;' \