mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Add BOSH subproject (SMACK-187)
This commit is contained in:
parent
fea2db2be7
commit
1a94812660
5 changed files with 1069 additions and 3 deletions
11
build.gradle
11
build.gradle
|
@ -359,6 +359,17 @@ Warning: This API is beta, outdated and currenlty unmaintained.
|
|||
}
|
||||
}
|
||||
|
||||
project(':bosh') {
|
||||
description = """\
|
||||
Smack BOSH API.
|
||||
This API is considered beta quality.
|
||||
"""
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile 'org.igniterealtime.jbosh:jbosh:0.6.0'
|
||||
}
|
||||
}
|
||||
|
||||
(subprojects - project(':core'))*.jar {
|
||||
manifest {
|
||||
attributes('Bundle-SymbolicName': project.group + '-' + appendix,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue