1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Don't make non-core packages a fragment bundle

as there exists no longer a dependency from smack (now smack-core) to
smackx (now mostly smack-extensions). Therefore this approach is no
longer needed.

SMACK-343
This commit is contained in:
Florian Schmaus 2014-05-05 09:59:21 +02:00
parent 0e664863d9
commit 39c837190d
2 changed files with 1 additions and 16 deletions

View file

@ -14,13 +14,7 @@ dependencies {
testCompile 'org.powermock:powermock-api-mockito:1.5.+'
testCompile 'com.jamesmurty.utils:java-xmlbuilder:0.6+'
}
jar {
manifest {
attributes('Bundle-SymbolicName': project.group,
'Eclipse-ExtensibleAPI: true')
from sharedManifest
}
}
task compressionJar(type: Jar) {
appendix += '-compression'
dependsOn classes