Skip to content

Commit c56b4fa

Browse files
committed
Removing Eclipse BuildShip plugin instructions from DevGuide.
1 parent 777bcbe commit c56b4fa

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

DevGuide.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,8 @@ gradle prepDev
245245
The `prepDev` tasks primarily include generating some source, indexing our built-in help, and unpacking some dependencies.
246246

247247
### Import Eclipse Projects
248-
To develop/modify Ghidra, import Ghidra into Eclipse using the integrated BuildShip plugin.
249-
Select __File -> Import__, expand Gradle, and select "Existing Gradle Project."
250-
Select the root of the source repo as the root Gradle project.
251-
Be sure to select Gradle 5.0, or point it at your local installation.
252-
You may see build path errors until the environment is properly prepared, as described below.
253-
254-
*Alternatively*, you may have Gradle generate the Eclipse projects and import those instead.
255-
This is the way to go if you'd prefer not to activate Gradle's BuildShip plugin.
256-
From the project root:
248+
To develop/modify Ghidra, you must first use Gradle to generate Eclipse projects. From the project
249+
root:
257250

258251
```bash
259252
gradle eclipse

0 commit comments

Comments
 (0)