Return-Path: X-Original-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32E4211C15 for ; Mon, 7 Jul 2014 14:57:45 +0000 (UTC) Received: (qmail 61374 invoked by uid 500); 7 Jul 2014 14:57:45 -0000 Delivered-To: apmail-lucene-pylucene-commits-archive@lucene.apache.org Received: (qmail 61353 invoked by uid 500); 7 Jul 2014 14:57:45 -0000 Mailing-List: contact pylucene-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-commits@lucene.apache.org Received: (qmail 61331 invoked by uid 99); 7 Jul 2014 14:57:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 14:57:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 14:57:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B78C723889FA; Mon, 7 Jul 2014 14:57:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1608479 - /lucene/pylucene/branches/pylucene_4_9/Makefile Date: Mon, 07 Jul 2014 14:57:21 -0000 To: pylucene-commits@lucene.apache.org From: vajda@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140707145721.B78C723889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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