You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/01/05 18:39:08 UTC

svn commit: r1555588 - in /lucene/dev/branches/branch_4x: ./ README.txt

Author: uschindler
Date: Sun Jan  5 17:39:08 2014
New Revision: 1555588

URL: http://svn.apache.org/r1555588
Log:
Merged revision(s) 1555587 from lucene/dev/trunk:
Add netbeans to README.txt.
As a fake commit, this also closes github pull requests #1 #2 #3 #6 #10

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/README.txt

Modified: lucene/dev/branches/branch_4x/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/README.txt?rev=1555588&r1=1555587&r2=1555588&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/README.txt (original)
+++ lucene/dev/branches/branch_4x/README.txt Sun Jan  5 17:39:08 2014
@@ -5,7 +5,7 @@ solr/ is a search engine server that use
 
 To compile the sources run 'ant compile'
 To run all the tests run 'ant test'
-To setup your ide run 'ant idea' or 'ant eclipse'
+To setup your ide run 'ant idea', 'ant netbeans', or 'ant eclipse'
 For Maven info, see dev-tools/maven/README.maven.
 
 For more information on how to contribute see: