mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Fixing IDAPro build.gradle.
This commit is contained in:
parent
49ae6ec0f9
commit
f0d2b5d691
@ -1,4 +1,5 @@
|
||||
apply plugin: 'eclipse'
|
||||
eclipse.project.name = '_IDAPro'
|
||||
|
||||
rootProject.assembleDistribution {
|
||||
from (this.project.projectDir) {
|
||||
@ -6,6 +7,7 @@ rootProject.assembleDistribution {
|
||||
exclude "certification.manifest"
|
||||
exclude ".classpath"
|
||||
exclude ".project"
|
||||
exclude "build.gradle"
|
||||
}
|
||||
|
||||
// Special Case: The xmlldr.py file needs to be in two places in the distribution, so
|
||||
|
Loading…
Reference in New Issue
Block a user