diff --git a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/build_README.txt b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/build_README.txt index d9d898acda..bbd691628e 100644 --- a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/build_README.txt +++ b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/build_README.txt @@ -6,8 +6,7 @@ NOTE: Only "Eclipse for RCP and RAP Developers" has the ability to do the below following instructions assume that you are using this version of Eclipse. Importing GhidraDev Eclipse projects (they are deactivated by default): - 1) Uncomment the line in settings.gradle that includes the GhidraDev project. - 2) Run "gradle eclipse" to generate the GhidraDev Eclipse projects. + 1) Run gradle eclipse -PeclipsePDE 3) From Eclipse, File --> Import --> General --> Existing Projects into Workspace 4) From the ghidra repo, import "Eclipse GhidraDevFeature" and "Eclipse GhidraDevPlugin". @@ -27,7 +26,7 @@ Building from Eclipse: 2) File --> Export --> Plug-in Development --> Deployable features 3) Check ghidra.ghidradev (x.y.z.qualifier) 4) Select "Archive file" and choose a directory to save it to. It must end up in - ghidra.bin/GhidraBuild/Eclipse/GhidraDev/. Name it GhidraDev-x.y.z.zip. + ghidra.bin/GhidraBuild/EclipsePlugins/GhidraDev/. Name it GhidraDev-x.y.z.zip. 5) In the "Options" tab make sure things look like this: - Export source: UNCHECKED - Package as individual JAR archives: CHECKED