diff options
author | Damian Minkov <damencho@jitsi.org> | 2012-10-26 08:28:23 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2012-10-26 08:28:23 +0000 |
commit | c2c6f5e7d183b70146f121394d6f47fe32e60436 (patch) | |
tree | 502937ffe27976490f481b4c49aa9582a25c3083 /build.xml | |
parent | 044fdfa583e1b0b3c8004f033c0dd297ad6ee2ff (diff) | |
download | jitsi-c2c6f5e7d183b70146f121394d6f47fe32e60436.zip jitsi-c2c6f5e7d183b70146f121394d6f47fe32e60436.tar.gz jitsi-c2c6f5e7d183b70146f121394d6f47fe32e60436.tar.bz2 |
Adds missing build target for plugin windows-clean-shutdown.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -917,7 +917,7 @@ bundle-plugin-msnaccregwizz,bundle-plugin-sipaccregwizz, bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz, bundle-commons-codec,bundle-httputil,bundle-plugin-spellcheck, - bundle-version-impl,bundle-shutdown-timeout, + bundle-version-impl,bundle-shutdown-timeout,bundle-windows-clean-shutdown, bundle-growlnotification,bundle-swingnotification,bundle-galagonotification, bundle-sparkle, bundle-plugin-branding, bundle-systemactivitynotifications, @@ -1748,6 +1748,16 @@ javax.swing.event, javax.swing.border"/> </jar> </target> + <!-- BUNDLE-WINDOWS-CLEAN-SHUTDOWN --> + <target name="bundle-windows-clean-shutdown"> + <!-- Creates a bundle for the windows-clean-shutdown plugin.--> + <jar compress="false" destfile="${bundles.dest.win}/windows-clean-shutdown.jar" + manifest="${src}/net/java/sip/communicator/plugin/windowscleanshutdown/cleanshutdown.manifest.mf"> + <zipfileset dir="${dest}/net/java/sip/communicator/plugin/windowscleanshutdown" + prefix="net/java/sip/communicator/plugin/windowscleanshutdown"/> + </jar> + </target> + <!--BUNDLE-GROWLNOTIFICATION--> <target name="bundle-growlnotification"> <!-- Creates a bundle for the growlnotification plugin.--> |