From f852dec6528990200ef4aaf9d64efe6439434f29 Mon Sep 17 00:00:00 2001 From: Thomas Hofer Date: Mon, 21 Jul 2008 09:23:44 +0000 Subject: [PATCH] fixed missing resource exception in config-window on plugin-entry --- .../impl/resources/resourcemanagement.manifest.mf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/net/java/sip/communicator/impl/resources/resourcemanagement.manifest.mf b/src/net/java/sip/communicator/impl/resources/resourcemanagement.manifest.mf index 4cdb5065f..83e5a9799 100644 --- a/src/net/java/sip/communicator/impl/resources/resourcemanagement.manifest.mf +++ b/src/net/java/sip/communicator/impl/resources/resourcemanagement.manifest.mf @@ -8,4 +8,6 @@ Import-Package: org.osgi.framework, net.java.sip.communicator.util, net.java.sip.communicator.service.configuration, net.java.sip.communicator.service.configuration.event, - javax.swing + javax.swing, + javax.imageio +