diff options
author | Emil Ivov <emcho@jitsi.org> | 2008-12-16 01:05:23 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2008-12-16 01:05:23 +0000 |
commit | 3f5206ff0197a3ebd71ad60865f579233b807a47 (patch) | |
tree | 2c3dab75628890d45f45de664ba2cf2475d5a9f7 /src/net/java/sip/communicator/impl/growlnotification | |
parent | 3c848a3f119e127fc5147dad8ffa5f4a4232bd90 (diff) | |
download | jitsi-3f5206ff0197a3ebd71ad60865f579233b807a47.zip jitsi-3f5206ff0197a3ebd71ad60865f579233b807a47.tar.gz jitsi-3f5206ff0197a3ebd71ad60865f579233b807a47.tar.bz2 |
Commits patches for the following issues:
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
Diffstat (limited to 'src/net/java/sip/communicator/impl/growlnotification')
-rw-r--r-- | src/net/java/sip/communicator/impl/growlnotification/growlnotification.manifest.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/impl/growlnotification/growlnotification.manifest.mf b/src/net/java/sip/communicator/impl/growlnotification/growlnotification.manifest.mf index 94e87f7..c8b5a53 100644 --- a/src/net/java/sip/communicator/impl/growlnotification/growlnotification.manifest.mf +++ b/src/net/java/sip/communicator/impl/growlnotification/growlnotification.manifest.mf @@ -3,6 +3,7 @@ Bundle-Name: Growl Notification Service Provider Bundle-Description: A bundle that implements the Growl notification package. Bundle-Vendor: sip-communicator.org Bundle-Version: 0.0.1 +System-Bundle: yes Import-Package: org.osgi.framework, net.java.sip.communicator.util, net.java.sip.communicator.service.protocol, |