Browse Source

Use correct product name for IntelliJ IDEA

pull/35957/head
Stéphane Nicoll 4 weeks ago
parent
commit
47f65b3dff
  1. 2
      .gitignore
  2. 2
      CONTRIBUTING.md
  3. 2
      import-into-eclipse.md
  4. 0
      import-into-intellij-idea.md

2
.gitignore vendored

@ -38,7 +38,7 @@ bin @@ -38,7 +38,7 @@ bin
.springBeans
spring-*/src/main/java/META-INF/MANIFEST.MF
# IDEA artifacts and output dirs
# IntelliJ IDEA artifacts and output dirs
*.iml
*.ipr
*.iws

2
CONTRIBUTING.md

@ -120,7 +120,7 @@ source code into your IDE. @@ -120,7 +120,7 @@ source code into your IDE.
The wiki pages
[Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style) and
[IntelliJ IDEA Editor Settings](https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings)
define the source file coding standards we use along with some IDEA editor settings we customize.
define the source file coding standards we use along with some IntelliJ editor settings we customize.
### Reference Docs

2
import-into-eclipse.md

@ -54,4 +54,4 @@ _When instructed to execute `./gradlew` from the command line, be sure to execut @@ -54,4 +54,4 @@ _When instructed to execute `./gradlew` from the command line, be sure to execut
In any case, please do not check in your own generated `.classpath` file, `.project`
file, or `.settings` folder. You'll notice these files are already intentionally in
`.gitignore`. The same policy holds for IDEA metadata.
`.gitignore`. The same policy holds for IntelliJ IDEA metadata.

0
import-into-idea.md → import-into-intellij-idea.md

Loading…
Cancel
Save