mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Fixing GhidraSleighEditor build.
This commit is contained in:
parent
a766db497a
commit
b5498c961d
@ -39,6 +39,7 @@ if (hasProperty("eclipseDSL")) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// We do not currently build the SleighEditor plugin at Ghidra build time so we must
|
||||
// copy the prebuilt zip file from the BIN_REPO
|
||||
rootProject.assembleDistribution {
|
@ -27,7 +27,7 @@ includeProject('RuntimeScripts', 'Ghidra', true)
|
||||
includeProject('IDAPro', 'GhidraBuild', true)
|
||||
includeProject('GhidraDocs', '.', true)
|
||||
includeProjects('GhidraBuild/EclipsePlugins/GhidraDev') // requires Eclipse PDE
|
||||
includeProjects('GhidraBuild/EclipsePlugins/SleighEditor') // requires Eclipse DSL
|
||||
includeProjects('GhidraBuild/EclipsePlugins/GhidraSleighEditor') // requires Eclipse DSL
|
||||
|
||||
/*******************************************************************************************
|
||||
* Apply additional Ghidra respositories
|
||||
|
Loading…
Reference in New Issue
Block a user