Fixing IDAPro build.gradle.

This commit is contained in:
Ryan Kurtz 2019-04-24 14:18:00 -04:00
parent 49ae6ec0f9
commit f0d2b5d691

View file

@ -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