From 7a94e5b1eadeacb506054ad1419bd72d0c7b7730 Mon Sep 17 00:00:00 2001 From: Romain Kuntz Date: Tue, 20 May 2008 00:33:40 +0000 Subject: [PATCH] Activating Sparkle (auto-update) for MacOSX. Sparkle is available only if a valid build number was available at compilation time. If not, the plugin is not started. Next Mac package should hopefully get it activated. Release notes and appcast will be available here: http://download.sip-communicator.org/nightly/macosx/sparkle/ --- build.xml | 13 +++++++- resources/install/build.xml | 59 +++++++++++++++++++++++++++++++++++-- 2 files changed, 68 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index c3c59e5bd..c0886e8df 100644 --- a/build.xml +++ b/build.xml @@ -607,7 +607,8 @@ bundle-plugin-msnaccregwizz,bundle-plugin-sipaccregwizz, bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz, bundle-version,bundle-version-impl,bundle-shutdown, - bundle-growlnotification,bundle-audionotifier,bundle-plugin-branding, + bundle-growlnotification,bundle-sparkle, + bundle-audionotifier,bundle-plugin-branding, bundle-systray,bundle-browserlauncher,bundle-gibberish, bundle-gibberish-slick,bundle-plugin-gibberishaccregwizz, bundle-plugin-extended-callhistory-search, @@ -1298,6 +1299,16 @@ javax.swing.event, javax.swing.border"/> + + + + + + + + diff --git a/resources/install/build.xml b/resources/install/build.xml index 9dbd4ced6..63bcf43a6 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -325,7 +325,7 @@ - + @@ -367,6 +367,14 @@ + + + + + + @@ -417,8 +426,52 @@ + + + + + felix.auto.start.71= reference:file:sc-bundles/sparkle.jar + + + + + + + + CFBundleName]]> + SUCheckAtStartup + false + SUFeedURL + http://download.sip-communicator.org/nightly/macosx/sparkle/updates.xml + SUShowReleaseNotes + true + CFBundleName]]> + + + + + + + + + + + + -