mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 16:52:07 +01:00
91fd15ad86
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-265
16 lines
No EOL
1 KiB
XML
16 lines
No EOL
1 KiB
XML
<smack>
|
|
<startupClasses>
|
|
<className>org.jivesoftware.smackx.disco.ServiceDiscoveryManager</className>
|
|
<className>org.jivesoftware.smackx.xhtmlim.XHTMLManager</className>
|
|
<className>org.jivesoftware.smackx.muc.MultiUserChat</className>
|
|
<className>org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager</className>
|
|
<className>org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager</className>
|
|
<className>org.jivesoftware.smackx.filetransfer.FileTransferManager</className>
|
|
<className>org.jivesoftware.smackx.iqlast.LastActivityManager</className>
|
|
<className>org.jivesoftware.smackx.commands.AdHocCommandManager</className>
|
|
<className>org.jivesoftware.smackx.ping.PingManager</className>
|
|
<className>org.jivesoftware.smackx.privacy.PrivacyListManager</className>
|
|
<className>org.jivesoftware.smackx.time.EntityTimeManager</className>
|
|
<className>org.jivesoftware.smackx.vcardtemp.VCardManager</className>
|
|
</startupClasses>
|
|
</smack> |