one more step

This commit is contained in:
Georgy Litvinov 2017-08-29 00:02:10 +03:00 committed by Georgy Litvinov
parent 5f8d6bd28a
commit df8cd4f922

View file

@ -22,7 +22,7 @@ bundledLibs 'org.libreoffice:ridl:5.3.2'
bundledLibs 'org.libreoffice:unoil:5.3.2'
bundledLibs 'org.jbibtex:jbibtex:1.0.15'
bundledLibs 'org.json:json:20140107'
bundledLibs 'junit:junit:4.12'
compile 'junit:junit:4.12'
bundledLibs files('idl')
configurations.compile.extendsFrom(configurations.bundledLibs)
}
@ -32,6 +32,10 @@ jar {
}
from('src/main/java') {
include '**/*.properties'
include '**/*.xml'
exclude '**/*Test.class'
exclude '**/AllTests.class'
exclude 'org/openoffice/**/*'
}
}