mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Fixing IDAPro build.gradle.
This commit is contained in:
parent
49ae6ec0f9
commit
f0d2b5d691
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
eclipse.project.name = '_IDAPro'
|
||||||
|
|
||||||
rootProject.assembleDistribution {
|
rootProject.assembleDistribution {
|
||||||
from (this.project.projectDir) {
|
from (this.project.projectDir) {
|
||||||
|
@ -6,6 +7,7 @@ rootProject.assembleDistribution {
|
||||||
exclude "certification.manifest"
|
exclude "certification.manifest"
|
||||||
exclude ".classpath"
|
exclude ".classpath"
|
||||||
exclude ".project"
|
exclude ".project"
|
||||||
|
exclude "build.gradle"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Special Case: The xmlldr.py file needs to be in two places in the distribution, so
|
// Special Case: The xmlldr.py file needs to be in two places in the distribution, so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue