diff options
author | Yana Stamcheva <yana@jitsi.org> | 2010-09-13 15:21:35 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2010-09-13 15:21:35 +0000 |
commit | 641158db881223701cd90124c744dfb292a7124e (patch) | |
tree | 78dc62175212013eab7008a9e75d0ec4755b0a01 /src/net/java/sip/communicator/impl/replacement/youtube | |
parent | 65cdfb02402c7a67c779d1e99d6eca4febf2a0b2 (diff) | |
download | jitsi-641158db881223701cd90124c744dfb292a7124e.zip jitsi-641158db881223701cd90124c744dfb292a7124e.tar.gz jitsi-641158db881223701cd90124c744dfb292a7124e.tar.bz2 |
Resolved duplicate import of json library.
Fixed smiley source dependency to ui implementation.
Fixed ReplacementService bundled in each implementation.
Diffstat (limited to 'src/net/java/sip/communicator/impl/replacement/youtube')
-rw-r--r-- | src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf b/src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf index 18b1d90..871fb7b 100644 --- a/src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf +++ b/src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf @@ -4,11 +4,11 @@ Bundle-Description: A bundle providing replacement for youtube links. Bundle-Vendor: sip-communicator.org Bundle-Version: 1.0.0 System-Bundle: yes -Export-Package: net.java.sip.communicator.service.replacement Import-Package: org.osgi.framework, + net.java.sip.communicator.service.replacement, net.java.sip.communicator.service.configuration, net.java.sip.communicator.service.resources, net.java.sip.communicator.service.configuration.event, net.java.sip.communicator.util, - net.java.sip.communicator.service.replacement, - org.apache.http
\ No newline at end of file + org.apache.http, + org.json
\ No newline at end of file |