aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 2f69874..2f58858 100644
--- a/build.xml
+++ b/build.xml
@@ -1078,7 +1078,8 @@
bundle-plugin-contactsourceconfig,bundle-plugin-certconfig,
bundle-globalshortcut,bundle-plugin-msofficecomm,bundle-libjitsi,
bundle-customcontactactions, bundle-phonenumbercontactsource,
- bundle-demuxcontactsource, bundle-desktoputil,
+ bundle-demuxcontactsource, bundle-muc,
+ bundle-desktoputil,
bundle-globaldisplaydetails,bundle-plugin-propertieseditor"/>
<!--BUNDLE-SC-LAUNCHER-->
@@ -2898,7 +2899,7 @@ javax.swing.event, javax.swing.border"/>
prefix="net/java/sip/communicator/service/customcontactactions"/>
</jar>
</target>
-
+
<!-- BUNDLE-PHONE-NUMBER-CONTACT-SOURCE -->
<target name="bundle-phonenumbercontactsource">
<!-- Creates a bundle containing the contact source interfaces.-->
@@ -2918,6 +2919,16 @@ javax.swing.event, javax.swing.border"/>
prefix="net/java/sip/communicator/plugin/demuxcontactsource"/>
</jar>
</target>
+
+ <!-- BUNDLE-CHAT-ROOM-CONTACT-SOURCE -->
+ <target name="bundle-muc">
+ <!-- Creates a bundle containing the contact source interfaces.-->
+ <jar compress="false" destfile="${bundles.dest}/muc.jar"
+ manifest="${src}/net/java/sip/communicator/impl/muc/muc.manifest.mf">
+ <zipfileset dir="${dest}/net/java/sip/communicator/impl/muc"
+ prefix="net/java/sip/communicator/impl/muc"/>
+ </jar>
+ </target>
<!-- BUNDLE-SWING-UTIL -->
<target name="bundle-desktoputil">