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 2011/06/24 10:11:33 UTC

svn commit: r1139196 - /lucene/pylucene/branches/branch_3x/Makefile

Author: vajda
Date: Fri Jun 24 08:11:33 2011
New Revision: 1139196

URL: http://svn.apache.org/viewvc?rev=1139196&view=rev
Log:
common-build.xml no longer needed

Modified:
    lucene/pylucene/branches/branch_3x/Makefile

Modified: lucene/pylucene/branches/branch_3x/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/branch_3x/Makefile?rev=1139196&r1=1139195&r2=1139196&view=diff
==============================================================================
--- lucene/pylucene/branches/branch_3x/Makefile (original)
+++ lucene/pylucene/branches/branch_3x/Makefile Fri Jun 24 08:11:33 2011
@@ -186,7 +186,6 @@ default: all
 $(LUCENE_SRC):
 	mkdir -p $(LUCENE_SRC)
 	svn $(SVNOP) -r $(LUCENE_SVN_VER) $(LUCENE_SVN)/lucene $(LUCENE_SRC)/lucene
-	svn $(SVNOP) -r $(LUCENE_SVN_VER) $(LUCENE_SVN)/common-build.xml $(LUCENE_SRC)/common-build.xml
 
 sources: $(LUCENE_SRC)