Fixing GhidraSleighEditor build.

This commit is contained in:
Ryan Kurtz 2019-09-09 12:19:39 -04:00
parent a766db497a
commit b5498c961d
56 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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