aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/hid/hid.manifest.mf
diff options
context:
space:
mode:
authorSebastien Vincent <seb@jitsi.org>2010-09-28 07:46:45 +0000
committerSebastien Vincent <seb@jitsi.org>2010-09-28 07:46:45 +0000
commit6a67589c86221faedcebd370824274013be64026 (patch)
treeb5a73d1deec90532057f70b801cafaa015a907e0 /src/net/java/sip/communicator/impl/hid/hid.manifest.mf
parenta4ddb0361ebc3848e30eefbf0391c755adb3387c (diff)
downloadjitsi-6a67589c86221faedcebd370824274013be64026.zip
jitsi-6a67589c86221faedcebd370824274013be64026.tar.gz
jitsi-6a67589c86221faedcebd370824274013be64026.tar.bz2
Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to propose this feature to the users.
Diffstat (limited to 'src/net/java/sip/communicator/impl/hid/hid.manifest.mf')
-rw-r--r--src/net/java/sip/communicator/impl/hid/hid.manifest.mf9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/impl/hid/hid.manifest.mf b/src/net/java/sip/communicator/impl/hid/hid.manifest.mf
new file mode 100644
index 0000000..b55a5ce
--- /dev/null
+++ b/src/net/java/sip/communicator/impl/hid/hid.manifest.mf
@@ -0,0 +1,9 @@
+Bundle-Activator: net.java.sip.communicator.impl.hid.HIDActivator
+Bundle-Name: HID Service Implementation
+Bundle-Description: A bundle that offers Human Interaction features.
+Bundle-Vendor: sip-communicator.org
+Bundle-Version: 0.0.1
+System-Bundle: yes
+Import-Package: org.osgi.framework,
+ net.java.sip.communicator.util
+Export-Package: net.java.sip.communicator.service.hid \ No newline at end of file