You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2009/03/12 18:31:06 UTC

svn commit: r752942 - in /lucene/pylucene/trunk/jcc: CHANGES MANIFEST.in

Author: vajda
Date: Thu Mar 12 17:31:05 2009
New Revision: 752942

URL: http://svn.apache.org/viewvc?rev=752942&view=rev
Log:
 - added MANIFEST.in to exclude generated jcc/config.py (Christian Heimes)

Added:
    lucene/pylucene/trunk/jcc/MANIFEST.in
Modified:
    lucene/pylucene/trunk/jcc/CHANGES

Modified: lucene/pylucene/trunk/jcc/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/CHANGES?rev=752942&r1=752941&r2=752942&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/CHANGES (original)
+++ lucene/pylucene/trunk/jcc/CHANGES Thu Mar 12 17:31:05 2009
@@ -14,6 +14,7 @@
  - static methods shadowed by non-static methods of same name now '_' suffixed
  - added 'java.lang' to --package by default
  - added isCurrentThreadAttached() method to VMEnv
+ - added MANIFEST.in to exclude generated jcc/config.py (Christian Heimes)
 
 Version 2.0 -> 2.1
 ------------------

Added: lucene/pylucene/trunk/jcc/MANIFEST.in
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/MANIFEST.in?rev=752942&view=auto
==============================================================================
--- lucene/pylucene/trunk/jcc/MANIFEST.in (added)
+++ lucene/pylucene/trunk/jcc/MANIFEST.in Thu Mar 12 17:31:05 2009
@@ -0,0 +1,2 @@
+exclude jcc/config.py
+