You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2019/01/20 20:20:16 UTC

[lucene-solr] branch master updated: docs(intelliJSetup): Mention the link related to project-setup in IDE

This is an automated email from the ASF dual-hosted git repository.

tflobbe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 054814e  docs(intelliJSetup): Mention the link related to project-setup in IDE
054814e is described below

commit 054814efab21de08dade7f767ad88bb7d6b54092
Author: abhidemon <ab...@unbxd.com>
AuthorDate: Sat Jan 6 20:52:14 2018 +0530

    docs(intelliJSetup): Mention the link related to project-setup in IDE
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0dac902..1e97ed6 100644
--- a/README.md
+++ b/README.md
@@ -81,9 +81,10 @@ Ant can be used to generate project files compatible with most common IDEs.
 Run the ant command corresponding to your IDE of choice before attempting to
 import Lucene/Solr.
 
-- *Eclipse* - `ant eclipse`
-- *IntelliJ* - `ant idea`
-- *Netbeans* - `ant netbeans`
+- *Eclipse* - `ant eclipse` (See [this](https://wiki.apache.org/solr/HowToConfigureEclipse) for details)
+- *IntelliJ* - `ant idea` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ) for details)
+- *Netbeans* - `ant netbeans` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureNetbeans) for details)
+
 
 ## Running Tests