Moves protocol.jar to an auto-start level with a smaller number than the one of the protocol implementation in order to ensure the AccountManager service is registered before the protocol implementations need it.

cusax-fix
Lyubomir Marinov 17 years ago
parent 47174ffab2
commit b815878181

@ -84,9 +84,11 @@ felix.auto.start.45= \
reference:file:sc-bundles/version-impl.jar \
reference:file:sc-bundles/branding.jar
felix.auto.start.49= \
reference:file:sc-bundles/protocol.jar
felix.auto.start.50= \
reference:file:sc-bundles/browserlauncher.jar \
reference:file:sc-bundles/protocol.jar \
reference:file:sc-bundles/contactlist.jar \
reference:file:sc-bundles/media.jar \
reference:file:sc-bundles/protocol-icq.jar \

@ -78,7 +78,9 @@ felix.auto.start.4= \
reference:file:sc-bundles/netaddr.jar
felix.auto.start.5= \
reference:file:sc-bundles/protocol.jar \
reference:file:sc-bundles/protocol.jar
felix.auto.start.6= \
reference:file:sc-bundles/contactlist.jar \
reference:file:sc-bundles/history.jar \
reference:file:sc-bundles/protocol-icq.jar \
@ -95,7 +97,7 @@ felix.auto.start.5= \
reference:file:sc-bundles/msghistory.jar \
reference:file:sc-bundles/callhistory.jar
felix.auto.start.6= \
felix.auto.start.7= \
reference:file:sc-bundles/slickless.jar \
reference:file:sc-bundles/configuration-slick.jar \
reference:file:sc-bundles/media-slick.jar \

Loading…
Cancel
Save