docs(intelliJSetup): Mention the link related to project-setup in IDE

This commit is contained in:
abhidemon 2018-01-06 20:52:14 +05:30 committed by Tomas Fernandez Lobbe
parent 8b1c7296b7
commit 054814efab
1 changed files with 4 additions and 3 deletions

View File

@ -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 Run the ant command corresponding to your IDE of choice before attempting to
import Lucene/Solr. import Lucene/Solr.
- *Eclipse* - `ant eclipse` - *Eclipse* - `ant eclipse` (See [this](https://wiki.apache.org/solr/HowToConfigureEclipse) for details)
- *IntelliJ* - `ant idea` - *IntelliJ* - `ant idea` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ) for details)
- *Netbeans* - `ant netbeans` - *Netbeans* - `ant netbeans` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureNetbeans) for details)
## Running Tests ## Running Tests