systray-plugin bundle changed to systray-bundle

cusax-fix
Yana Stamcheva 19 years ago
parent 73a0a44084
commit a8ce283cfa

@ -843,7 +843,7 @@
bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz, bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz,
bundle-version,bundle-version-impl,bundle-shutdown, bundle-version,bundle-version-impl,bundle-shutdown,
bundle-growlnotification,bundle-audionotifier,bundle-plugin-splashscreen, bundle-growlnotification,bundle-audionotifier,bundle-plugin-splashscreen,
bundle-plugin-systray,bundle-browserlauncher,bundle-gibberish, bundle-systray,bundle-browserlauncher,bundle-gibberish,
bundle-gibberish-slick,bundle-plugin-gibberishaccregwizz"/> bundle-gibberish-slick,bundle-plugin-gibberishaccregwizz"/>
<!--BUNDLE-HISTORY--> <!--BUNDLE-HISTORY-->
@ -1498,17 +1498,19 @@ javax.swing.event, javax.swing.border"/>
</jar> </jar>
</target> </target>
<!--BUNDLE-MEDIA--> <!--BUNDLE-SYSTRAY-->
<target name="bundle-plugin-systray"> <target name="bundle-systray">
<!-- Creates a bundle for the Systray plugin."--> <!-- Creates a bundle for the Systray plugin."-->
<jar <jar
compress="false" destfile="${bundles.dest}/systray.jar" compress="false" destfile="${bundles.dest}/systray.jar"
manifest="src/net/java/sip/communicator/plugin/systray/systray.manifest.mf"> manifest="src/net/java/sip/communicator/impl/systray/systray.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/systray" <zipfileset dir="${dest}/net/java/sip/communicator/service/systray"
prefix="net/java/sip/communicator/plugin/systray"/> prefix="net/java/sip/communicator/service/systray"/>
<zipfileset dir="${dest}/net/java/sip/communicator/impl/systray"
prefix="net/java/sip/communicator/impl/systray"/>
</jar> </jar>
</target> </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. .-->

Loading…
Cancel
Save