mirror of
https://github.com/google/nomulus.git
synced 2025-06-10 06:24:45 +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
|
@ -18,7 +18,7 @@ import org.junit.runner.RunWith;
|
|||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
||||
/** Convenience class for jart@ so she can run all RDE tests inside Eclipse with one keystroke. */
|
||||
/** Convenience class to run all RDE tests inside IDE with one keystroke. */
|
||||
@RunWith(Suite.class)
|
||||
@SuiteClasses({
|
||||
DomainResourceToXjcConverterTest.class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue