From 30a05992c758b94e35c2e987b45190c00e26998c Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Wed, 13 Dec 2006 22:46:21 +0000 Subject: Committing Romain's contribution - an implementation of a Growl notifier for Mac OS X --- build.xml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index d93b26e..8a6e998 100644 --- a/build.xml +++ b/build.xml @@ -8,6 +8,9 @@ + + + @@ -120,6 +123,9 @@ + + + @@ -293,6 +299,13 @@ + + + + + + + @@ -335,6 +348,7 @@ infostring="SIP Communicator" bundleid="org.sip-communicator" stubfile="${macosx.stubfile}" + extraclasspath="/System/Library/Java" workingdirectory="$APP_PACKAGE/Contents/Resources/Java"> @@ -353,14 +367,18 @@ + + - + + + @@ -650,7 +668,8 @@ bundle-contactlist,meta-contactlist,meta-contactlist-slick, bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz, bundle-plugin-msnaccregwizz,bundle-plugin-sipaccregwizz, - bundle-version,bundle-version-impl,bundle-shutdown"/> + bundle-version,bundle-version-impl,bundle-shutdown, + bundle-growlnotification"/> @@ -1116,4 +1135,14 @@ javax.swing.event, javax.swing.border"/> prefix="net/java/sip/communicator/impl/shutdown"/> + + + + + + + + -- cgit v1.1