|
|
|
@ -929,7 +929,7 @@
|
|
|
|
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
|
|
|
|
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
|
|
|
|
bundle-sparkle, bundle-plugin-branding,
|
|
|
|
bundle-sparkle, bundle-plugin-branding,
|
|
|
|
bundle-systemactivitynotifications,
|
|
|
|
bundle-systemactivitynotifications,
|
|
|
|
bundle-osdependent,bundle-browserlauncher,
|
|
|
|
bundle-osdependent,bundle-browserlauncher,bundle-systray-service,
|
|
|
|
bundle-pluginmanager,bundle-skinmanager,
|
|
|
|
bundle-pluginmanager,bundle-skinmanager,
|
|
|
|
bundle-notification-service,bundle-notification-handlers,
|
|
|
|
bundle-notification-service,bundle-notification-handlers,
|
|
|
|
bundle-notification-wiring,bundle-notification-config,
|
|
|
|
bundle-notification-wiring,bundle-notification-config,
|
|
|
|
@ -1855,6 +1855,17 @@ javax.swing.event, javax.swing.border"/>
|
|
|
|
</jar>
|
|
|
|
</jar>
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--BUNDLE-OSDEPENDENT-->
|
|
|
|
|
|
|
|
<target name="bundle-systray-service">
|
|
|
|
|
|
|
|
<!-- Creates a bundle for the systray service."-->
|
|
|
|
|
|
|
|
<jar
|
|
|
|
|
|
|
|
compress="false" destfile="${bundles.dest}/systray-service.jar"
|
|
|
|
|
|
|
|
manifest="${src}/net/java/sip/communicator/service/systray/systray.manifest.mf">
|
|
|
|
|
|
|
|
<zipfileset dir="${dest}/net/java/sip/communicator/service/systray"
|
|
|
|
|
|
|
|
prefix="net/java/sip/communicator/service/systray"/>
|
|
|
|
|
|
|
|
</jar>
|
|
|
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BUNDLE-BROWSER LAUNCHER -->
|
|
|
|
<!-- BUNDLE-BROWSER LAUNCHER -->
|
|
|
|
<target name="bundle-browserlauncher">
|
|
|
|
<target name="bundle-browserlauncher">
|
|
|
|
<!-- Creates a bundle for the browser launcher.-->
|
|
|
|
<!-- Creates a bundle for the browser launcher.-->
|
|
|
|
|