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 2014/07/07 16:57:21 UTC

svn commit: r1608479 - /lucene/pylucene/branches/pylucene_4_9/Makefile

Author: vajda
Date: Mon Jul  7 14:57:21 2014
New Revision: 1608479

URL: http://svn.apache.org/r1608479
Log:
preparing pylucene 4.9.0 release candidate

Modified:
    lucene/pylucene/branches/pylucene_4_9/Makefile

Modified: lucene/pylucene/branches/pylucene_4_9/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_9/Makefile?rev=1608479&r1=1608478&r2=1608479&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_4_9/Makefile (original)
+++ lucene/pylucene/branches/pylucene_4_9/Makefile Mon Jul  7 14:57:21 2014
@@ -15,10 +15,10 @@
 # site-packages directory.
 #
 
-VERSION=4.x
+VERSION=4.9.0-0
 LUCENE_SVN_VER=HEAD
-LUCENE_VER=4.x
-LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x
+LUCENE_VER=4.9.0
+LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_9_0
 PYLUCENE:=$(shell pwd)
 LUCENE_SRC=lucene-java-$(LUCENE_VER)
 LUCENE=$(LUCENE_SRC)/lucene
@@ -45,13 +45,6 @@ LUCENE=$(LUCENE_SRC)/lucene
 # limit.
 #
 
-# Mac OS X 10.9 (64-bit Python 2.7, Java 1.8)
-PREFIX_PYTHON=/Users/vajda/apache/pylucene/_install
-ANT=/Users/vajda/tmp/apache-ant-1.9.3/bin/ant
-PYTHON=$(PREFIX_PYTHON)/bin/python
-JCC=$(PYTHON) -m jcc.__main__ --shared --arch x86_64
-NUM_FILES=8
-
 # Mac OS X 10.6 (64-bit Python 2.6, Java 1.6)
 #PREFIX_PYTHON=/usr
 #ANT=ant