1
0
Fork 0
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:
Florian Schmaus 2014-02-19 20:06:30 +01:00
parent fea2db2be7
commit 1a94812660
5 changed files with 1069 additions and 3 deletions

View file

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