aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2010-07-12 12:19:31 +0000
committerYana Stamcheva <yana@jitsi.org>2010-07-12 12:19:31 +0000
commit8a5aed7f3968be95c6d5259e9c11359084245f2e (patch)
tree93e991bdc9eead9bb7b30ae1fd3fb84bee480286 /build.xml
parente3b1ad47aa879ec587235a64b10a57c12daccd48 (diff)
downloadjitsi-8a5aed7f3968be95c6d5259e9c11359084245f2e.zip
jitsi-8a5aed7f3968be95c6d5259e9c11359084245f2e.tar.gz
jitsi-8a5aed7f3968be95c6d5259e9c11359084245f2e.tar.bz2
Create SIP2SIP info account.
Enhanced SIP account registration form.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e5a04c1..202a0cf 100644
--- a/build.xml
+++ b/build.xml
@@ -912,7 +912,8 @@
bundle-plugin-facebookaccregwizz,
bundle-bouncycastle,bundle-plugin-otr,bundle-plugin-iptelaccregwizz,
bundle-contactsource,bundle-plugin-reconnect,
- bundle-plugin-securityconfig,bundle-plugin-advancedconfig"/>
+ bundle-plugin-securityconfig,bundle-plugin-advancedconfig,
+ bundle-plugin-sip2sipaccregwizz"/>
<!--BUNDLE-SC-LAUNCHER-->
<target name="bundle-sc-launcher">
@@ -1569,6 +1570,16 @@ javax.swing.event, javax.swing.border"/>
</jar>
</target>
+ <!-- BUNDLE-PLUGIN-SIP2SIPACCREGWIZZ -->
+ <target name="bundle-plugin-sip2sipaccregwizz">
+ <!-- Creates a bundle for the plugin Sip2Sip Account Registration Wizard.-->
+ <jar compress="false" destfile="${bundles.dest}/sip2sipaccregwizz.jar"
+ manifest="${src}/net/java/sip/communicator/plugin/sip2sipaccregwizz/sip2sipaccregwizz.manifest.mf">
+ <zipfileset dir="${dest}/net/java/sip/communicator/plugin/sip2sipaccregwizz"
+ prefix="net/java/sip/communicator/plugin/sip2sipaccregwizz"/>
+ </jar>
+ </target>
+
<!-- BUNDLE-PLUGIN-GIBBERISHACCREGWIZZ -->
<target name="bundle-plugin-gibberishaccregwizz">
<!-- Creates a bundle for the plugin Gibberish Account Registration