aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/chatconfig/chatconfig.manifest.mf
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/plugin/chatconfig/chatconfig.manifest.mf')
-rw-r--r--src/net/java/sip/communicator/plugin/chatconfig/chatconfig.manifest.mf28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/plugin/chatconfig/chatconfig.manifest.mf b/src/net/java/sip/communicator/plugin/chatconfig/chatconfig.manifest.mf
new file mode 100644
index 0000000..8e62303
--- /dev/null
+++ b/src/net/java/sip/communicator/plugin/chatconfig/chatconfig.manifest.mf
@@ -0,0 +1,28 @@
+Bundle-Activator: net.java.sip.communicator.plugin.chatconfig.ChatConfigActivator
+Bundle-Name: Plugin Manager Chat
+Bundle-Description: Manage all chat options.
+Bundle-Vendor: sip-communicator.org
+Bundle-Version: 0.0.1
+System-Bundle: yes
+Import-Package: org.osgi.framework,
+ net.java.sip.communicator.service.configuration,
+ net.java.sip.communicator.service.gui,
+ net.java.sip.communicator.service.gui.event,
+ net.java.sip.communicator.service.resources,
+ net.java.sip.communicator.util,
+ net.java.sip.communicator.util.swing,
+ net.java.sip.communicator.service.replacement,
+ javax.swing,
+ javax.swing.event,
+ javax.swing.table,
+ javax.swing.text,
+ javax.swing.text.html,
+ javax.accessibility,
+ javax.swing.plaf,
+ javax.swing.plaf.metal,
+ javax.swing.plaf.basic,
+ javax.imageio,
+ javax.swing.filechooser,
+ javax.swing.tree,
+ javax.swing.undo,
+ javax.swing.border \ No newline at end of file