aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2007-12-11 13:59:22 +0000
committerYana Stamcheva <yana@jitsi.org>2007-12-11 13:59:22 +0000
commitec4ee165bcbd0c01affae8c030b9c741d5b74da9 (patch)
treee5776cc2c93ef2e1f3074c9cf184bdb0d65f954c
parent16232efad64388048e3d7a59c4b32d9e6d5cea4d (diff)
downloadjitsi-ec4ee165bcbd0c01affae8c030b9c741d5b74da9.zip
jitsi-ec4ee165bcbd0c01affae8c030b9c741d5b74da9.tar.gz
jitsi-ec4ee165bcbd0c01affae8c030b9c741d5b74da9.tar.bz2
Add to systray bundle an icon for the "Set status message" dialog.
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5d4fc04..5942b39 100644
--- a/build.xml
+++ b/build.xml
@@ -1576,6 +1576,8 @@ javax.swing.event, javax.swing.border"/>
prefix="net/java/sip/communicator/service/systray"/>
<zipfileset dir="${dest}/net/java/sip/communicator/impl/systray"
prefix="net/java/sip/communicator/impl/systray"/>
+ <zipfileset dir="${resources}/images/impl/gui/common"
+ prefix="resources/images/impl/gui/common"/>
</jar>
</target>