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 2013/08/23 17:33:12 UTC

svn commit: r1516890 - in /lucene/pylucene/trunk/jcc: CHANGES DESCRIPTION

Author: vajda
Date: Fri Aug 23 15:33:11 2013
New Revision: 1516890

URL: http://svn.apache.org/r1516890
Log:
jcc 2.17

Modified:
    lucene/pylucene/trunk/jcc/CHANGES
    lucene/pylucene/trunk/jcc/DESCRIPTION

Modified: lucene/pylucene/trunk/jcc/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/CHANGES?rev=1516890&r1=1516889&r2=1516890&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/CHANGES (original)
+++ lucene/pylucene/trunk/jcc/CHANGES Fri Aug 23 15:33:11 2013
@@ -2,7 +2,6 @@ Version 2.16 -> 2.17
 --------------------
  - added support for detecting and running with Oracle JDK 7 on Mac OS X
  - added skipping of synthetic methods
- - 
 
 Version 2.15 -> 2.16
 --------------------

Modified: lucene/pylucene/trunk/jcc/DESCRIPTION
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/DESCRIPTION?rev=1516890&r1=1516889&r2=1516890&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/DESCRIPTION (original)
+++ lucene/pylucene/trunk/jcc/DESCRIPTION Fri Aug 23 15:33:11 2013
@@ -14,8 +14,9 @@ detecting iterators and property accesso
 be declared to JCC.
 
 JCC has been built on Python 2.3, 2.4, 2.5, 2.6 and 2.7 and has been used with
-various Java Runtime Environments such as Sun Java 1.4, 1.5 and 1.6, Apple's
-Java 1.4 and 1.5 on Mac OS X and open source Java OpenJDK 1.7 builds.
+various Java Runtime Environments such as Sun Java 1.5 and 1.6, Apple's
+Java 1.5 and 1.6 on Mac OS X, open source Java OpenJDK 1.7 builds as well as
+Oracle Java 1.7.
 
 An experimental port to Python 3 is available from a branch:
   http://svn.apache.org/repos/asf/lucene/pylucene/branches/python_3/jcc/