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

@ -214,7 +214,10 @@
</UL>
<H2> Formatting </H2>
<P> Most of these are handled by the eclipse formatter and are here to document the Ghidra formatting style.
<P> Most of these are handled by the Eclipse formatter and are here to document the Ghidra
formatting style. The Eclipse formatter can be found in the <I><B>support/eclipse/</B></I>
directory of a Ghidra release, or in the <I><B>eclipse/</B><I> directory of the Ghidra
source repository.
<H3> Line Length </H3>
<H4> Java code will have a character limit of 100 characters per line. </H4>
<H3> Indenting </H3>

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)