aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2010-09-07 15:30:40 +0000
committerYana Stamcheva <yana@jitsi.org>2010-09-07 15:30:40 +0000
commit7746c91783b490f5ca07d3b06a6d336ae1152253 (patch)
treeffd125368411c2ba3d2ebd80d0722a51bfef3d55 /src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf
parent42fbfc39645660bf0ee18c718a9d6e9423e6f5e4 (diff)
downloadjitsi-7746c91783b490f5ca07d3b06a6d336ae1152253.zip
jitsi-7746c91783b490f5ca07d3b06a6d336ae1152253.tar.gz
jitsi-7746c91783b490f5ca07d3b06a6d336ae1152253.tar.bz2
Support for video and photo previews in chat window provided by Purvesh Sahoo as part of its GSoC project.
Diffstat (limited to 'src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf')
-rw-r--r--src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf14
1 files changed, 14 insertions, 0 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
new file mode 100644
index 0000000..18b1d90
--- /dev/null
+++ b/src/net/java/sip/communicator/impl/replacement/youtube/youtube.source.manifest.mf
@@ -0,0 +1,14 @@
+Bundle-Activator: net.java.sip.communicator.impl.replacement.youtube.YoutubeActivator
+Bundle-Name: Youtube Replacement Source
+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.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