notification bundle added

cusax-fix
Yana Stamcheva 18 years ago
parent 540f5d446f
commit c32fd5b8ba

@ -875,7 +875,7 @@
bundle-plugin-extended-callhistory-search,
bundle-rss,bundle-plugin-rssaccregwizz,
bundle-zeroconf,bundle-plugin-zeroconfaccregwizz,
bundle-pluginmanager"/>
bundle-pluginmanager,bundle-notification"/>
<!--BUNDLE-HISTORY-->
<target name="bundle-history">
@ -1649,4 +1649,16 @@ javax.swing.event, javax.swing.border"/>
</manifest>
</jar>
</target>
<!-- BUNDLE-NOTIFICATION -->
<target name="bundle-notification">
<!-- Creates a bundle for the notifications.-->
<jar compress="false" destfile="${bundles.dest}/notification.jar"
manifest="${src}/net/java/sip/communicator/impl/notification/notification.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/service/notification"
prefix="net/java/sip/communicator/service/notification"/>
<zipfileset dir="${dest}/net/java/sip/communicator/impl/notification"
prefix="net/java/sip/communicator/impl/notification"/>
</jar>
</target>
</project>

@ -78,7 +78,8 @@ felix.auto.start.60= \
reference:file:sc-bundles/history.jar \
reference:file:sc-bundles/msghistory.jar \
reference:file:sc-bundles/callhistory.jar \
reference:file:sc-bundles/audionotifier.jar
reference:file:sc-bundles/audionotifier.jar \
reference:file:sc-bundles/notification.jar
felix.auto.start.66= \

Loading…
Cancel
Save