forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactoring of the gradle build system.
- Loading branch information
1 parent
62a180e
commit f1e50fb
Showing
198 changed files
with
2,005 additions
and
2,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
##VERSION: 2.0 | ||
##MODULE IP: GPL 3 | ||
##MODULE IP: Public Domain | ||
.classpath||Public Domain||||END| | ||
.project||Public Domain||||END| | ||
Module.manifest||Public Domain||||END| | ||
build.gradle||Public Domain||||END| | ||
data/cabextract-1.6.tar.gz||GPL 3||||END| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
apply from: "$rootProject.projectDir/gradle/distributableGhidraModule.gradle" | ||
apply from: "$rootProject.projectDir/gradle/javaProject.gradle" | ||
apply from: "$rootProject.projectDir/gradle/jacocoProject.gradle" | ||
apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle" | ||
apply plugin: 'eclipse' | ||
eclipse.project.name = 'Z Public Release' |
22 changes: 0 additions & 22 deletions
22
Ghidra/Configurations/Public_Release/certification.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
##VERSION: 2.0 | ||
.classpath||GHIDRA||||END| | ||
.project||GHIDRA||||END| | ||
Module.manifest||GHIDRA||||END| | ||
build.gradle||GHIDRA||||END| | ||
data/PDB_SYMBOL_SERVER_URLS.pdburl||GHIDRA||||END| | ||
src/global/docs/ChangeHistory.html||GHIDRA||||END| | ||
src/global/docs/UserAgreement.html||GHIDRA||||END| | ||
src/global/docs/WhatsNew.html||GHIDRA||||END| | ||
src/global/docs/languages/html/Diagram1.png||GHIDRA||||END| | ||
src/global/docs/languages/html/Diagram2.png||GHIDRA||||END| | ||
src/global/docs/languages/html/Diagram3.png||GHIDRA||||END| | ||
src/global/docs/languages/html/additionalpcode.html||GHIDRA||||END| | ||
src/global/docs/languages/html/pcodedescription.html||GHIDRA||||END| | ||
src/global/docs/languages/html/pcoderef.html||GHIDRA||||END| | ||
src/global/docs/languages/html/pseudo-ops.html||GHIDRA||||END| | ||
src/global/docs/languages/html/reference.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_constructors.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_context.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_definitions.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_layout.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_preprocessing.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_ref.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_symbols.html||GHIDRA||||END| | ||
src/global/docs/languages/html/sleigh_tokens.html||GHIDRA||||END| | ||
src/global/docs/languages/index.html||GHIDRA||||END| | ||
src/global/docs/languages/manual_index.txt||GHIDRA||||END| | ||
src/global/docs/languages/versioning.html||GHIDRA||||END| | ||
src/main/resources/UserAgreement.html||GHIDRA||||END| | ||
src/main/resources/defaultTools/CodeBrowser.tool||GHIDRA||||END| | ||
src/main/resources/splash.txt||GHIDRA||||END| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
##VERSION: 2.0 | ||
.classpath||GHIDRA||||END| | ||
.project||GHIDRA||||END| | ||
Module.manifest||GHIDRA||reviewed||END| | ||
build.gradle||GHIDRA||||END| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
##VERSION: 2.0 | ||
.classpath||GHIDRA||||END| | ||
.project||GHIDRA||||END| | ||
Module.manifest||GHIDRA||||END| | ||
build.gradle||GHIDRA||||END| | ||
data/ExtensionPoint.manifest||GHIDRA||||END| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.