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 2010/06/23 17:21:05 UTC

svn commit: r957248 - /lucene/pylucene/branches/pylucene_3_0/Makefile

Author: vajda
Date: Wed Jun 23 15:21:05 2010
New Revision: 957248

URL: http://svn.apache.org/viewvc?rev=957248&view=rev
Log:
added JCCFLAGS

Modified:
    lucene/pylucene/branches/pylucene_3_0/Makefile

Modified: lucene/pylucene/branches/pylucene_3_0/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_0/Makefile?rev=957248&r1=957247&r2=957248&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_3_0/Makefile (original)
+++ lucene/pylucene/branches/pylucene_3_0/Makefile Wed Jun 23 15:21:05 2010
@@ -188,10 +188,12 @@ JARS=$(LUCENE_JAR) $(SNOWBALL_JAR) $(ANA
      $(REGEX_JAR) $(MEMORY_JAR) $(HIGHLIGHTER_JAR) $(QUERIES_JAR) \
      $(EXTENSIONS_JAR)
 
+JCCFLAGS?=
 
 jars: $(JARS)
 
 GENERATE=$(JCC) $(foreach jar,$(JARS),--jar $(jar)) \
+           $(JCCFLAGS) \
            --package java.lang java.lang.System \
                                java.lang.Runtime \
            --package java.util \