aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 42cb6cd..6730996 100644
--- a/build.xml
+++ b/build.xml
@@ -935,7 +935,7 @@
bundle-provdisc,bundle-provdisc-dhcp,bundle-provdisc-mdns,
bundle-provisioning,bundle-addrbook,bundle-plugin-ldap,
bundle-plugin-contactsourceconfig,bundle-plugin-certconfig,
- bundle-globalshortcut"/>
+ bundle-globalshortcut,bundle-plugin-msofficecomm"/>
<!--BUNDLE-SC-LAUNCHER-->
<target name="bundle-sc-launcher">
@@ -2717,7 +2717,6 @@ javax.swing.event, javax.swing.border"/>
</jar>
</target>
-
<target name="bundle-plugin-certconfig">
<jar compress="false" destfile="${bundles.dest}/plugin-certconfig.jar"
manifest="${src}/net/java/sip/communicator/plugin/certconfig/certconfig.manifest.mf">
@@ -2735,4 +2734,12 @@ javax.swing.event, javax.swing.border"/>
prefix="net/java/sip/communicator/service/globalshortcut"/>
</jar>
</target>
+
+ <target name="bundle-plugin-msofficecomm">
+ <jar compress="false" destfile="${bundles.dest}/plugin-msofficecomm.jar"
+ manifest="${src}/net/java/sip/communicator/plugin/msofficecomm/msofficecomm.manifest.mf">
+ <zipfileset dir="${dest}/net/java/sip/communicator/plugin/msofficecomm"
+ prefix="net/java/sip/communicator/plugin/msofficecomm" />
+ </jar>
+ </target>
</project>