GP-4233: The Ghidra Eclipse preferences and formatter files are now

included in the release (Closes #5999)
This commit is contained in:
Ryan Kurtz 2024-01-12 13:29:36 -05:00
parent 52692901c7
commit 3410dc1ad9
2 changed files with 12 additions and 1 deletions

View file

@ -353,6 +353,14 @@ task assembleDistribution (type: Copy) {
include "settings.gradle"
into "Ghidra"
}
/////////////////////////////////
// Eclipse formatters
/////////////////////////////////
from (ROOT_PROJECT_DIR + "/eclipse") {
exclude "certification.manifest"
into "support/eclipse"
}
//////////////////////////////////////
// Software Bill of Materials (SBOM)