instead of using the old baseName=smack appendix=project.name approach, we are now going convention over configuration and renaming the subprojects directories to the proper name. Having a prefix is actually very helpful, because the resulting libraries will be named like the subproject. And a core-4.0.0-rc1.jar is not as explicit about what it actually *is* as a smack-core-4.0.0-rc1.jar. SMACK-265filetransferTypos
parent
b6fb1f3743
commit
91fd15ad86
@ -1,8 +0,0 @@
|
||||
description = """\
|
||||
Smack GUI debugger.
|
||||
Inspect the exchanged XMPP stanzas."""
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
testCompile project(':core').sourceSets.test.runtimeClasspath
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
include 'core',
|
||||
'tcp',
|
||||
'extensions',
|
||||
'experimental',
|
||||
'debug',
|
||||
'resolver-dnsjava',
|
||||
'resolver-javax',
|
||||
'compression-jzlib',
|
||||
'legacy',
|
||||
'jingle',
|
||||
'bosh'
|
||||
include 'smack-core',
|
||||
'smack-tcp',
|
||||
'smack-extensions',
|
||||
'smack-experimental',
|
||||
'smack-debug',
|
||||
'smack-resolver-dnsjava',
|
||||
'smack-resolver-javax',
|
||||
'smack-compression-jzlib',
|
||||
'smack-legacy',
|
||||
'smack-jingle',
|
||||
'smack-bosh'
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue