mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
Remove references to Eclipse
We are no longer using Eclipse internally and therefore stopped maintaining stuff related to it. We cannot guarantee that any pertinent information remains correct and relevant in the future. Users are advised to use IntelliJ (Community Edition is fine) with Bazel plugin if they want IDE support. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189586127
This commit is contained in:
parent
c72e01f75e
commit
bc03a01388
7 changed files with 20 additions and 386 deletions
|
@ -76,7 +76,7 @@ server-side command otherwise.
|
|||
## Common tool patterns
|
||||
|
||||
All tools ultimately implement the `Command` interface located in the `tools`
|
||||
package. If you use an integrated development environment (IDE) such as Eclipse
|
||||
package. If you use an integrated development environment (IDE) such as IntelliJ
|
||||
to view the type hierarchy of that interface, you'll see all of the commands
|
||||
that exist, as well as how a lot of them are grouped using sub-interfaces or
|
||||
abstract classes that provide additional functionality. The most common patterns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue