aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2006-10-13 12:59:16 +0000
committerDamian Minkov <damencho@jitsi.org>2006-10-13 12:59:16 +0000
commit19ad943a80945086ff40541fe1cc6e37119b3555 (patch)
tree1118cee0faed9884954dd020a727805308ba6515 /build.xml
parent90e516e1bb0e6cb53813e38a24476fba9e90a8dd (diff)
downloadjitsi-19ad943a80945086ff40541fe1cc6e37119b3555.zip
jitsi-19ad943a80945086ff40541fe1cc6e37119b3555.tar.gz
jitsi-19ad943a80945086ff40541fe1cc6e37119b3555.tar.bz2
Call History Impl and call history tests
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 078b3c0..10c6e3e 100644
--- a/build.xml
+++ b/build.xml
@@ -560,6 +560,7 @@
<target name="bundles"
depends="bundle-util,bundle-configuration,bundle-configuration-slick,
bundle-history,bundle-history-slick,bundle-messagehistory, bundle-msghistory-slick,
+ bundle-callhistory, bundle-callhistory-slick,
bundle-netaddr,bundle-netaddr-slick,bundle-slickless,
bundle-slick-runner,bundle-sip,bundle-sip-slick,bundle-fileaccess,
bundle-fileaccess-slick,bundle-media,bundle-media-slick,
@@ -610,6 +611,27 @@
</jar>
</target>
+ <!--BUNDLE-CALLHISTORY-->
+ <target name="bundle-callhistory">
+ <jar compress="false" destfile="${bundles.dest}/callhistory.jar"
+ manifest="src/net/java/sip/communicator/impl/callhistory/callhistory.manifest.mf">
+
+ <zipfileset dir="${dest}/net/java/sip/communicator/service/callhistory"
+ prefix="net/java/sip/communicator/service/callhistory"/>
+ <zipfileset dir="${dest}/net/java/sip/communicator/impl/callhistory"
+ prefix="net/java/sip/communicator/impl/callhistory" />
+ </jar>
+ </target>
+
+ <!--BUNDLE-CALLEHISTORY-SLICK-->
+ <target name="bundle-callhistory-slick">
+ <jar compress="false" destfile="${bundles.dest}/callhistory-slick.jar"
+ manifest="test/net/java/sip/communicator/slick/callhistory/callhistory.slick.manifest.mf">
+ <zipfileset dir="${dest}/net/java/sip/communicator/slick/callhistory"
+ prefix="net/java/sip/communicator/slick/callhistory"/>
+ </jar>
+ </target>
+
<!--BUNDLE-FILEACCESS-->
<target name="bundle-fileaccess">
<jar compress="false" destfile="${bundles.dest}/fileaccess.jar"