diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-09-26 05:25:53 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-09-26 05:25:53 +0000 |
commit | e2d2b1d762ca1b9cd52ddfc75176efd60c09c734 (patch) | |
tree | d8672169b3943e1a11df760a22591d2c33ea0743 /resources/install/windows | |
parent | 3b5222398dd202834ebd503005155527153c07a7 (diff) | |
download | jitsi-e2d2b1d762ca1b9cd52ddfc75176efd60c09c734.zip jitsi-e2d2b1d762ca1b9cd52ddfc75176efd60c09c734.tar.gz jitsi-e2d2b1d762ca1b9cd52ddfc75176efd60c09c734.tar.bz2 |
Add Jabber to the installation
Diffstat (limited to 'resources/install/windows')
-rwxr-xr-x | resources/install/windows/installer-windows.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/install/windows/installer-windows.xml b/resources/install/windows/installer-windows.xml index 6cf1ab5..e66684a 100755 --- a/resources/install/windows/installer-windows.xml +++ b/resources/install/windows/installer-windows.xml @@ -80,7 +80,11 @@ <description>SIP Communicator bundle Protocol ICQ</description> <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar"/> </pack> - <pack name="netaddress" required="yes"> + <pack name="protocol-jabber" required="yes"> + <description>SIP Communicator bundle Protocol Jabber</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-jabber.jar"/> + </pack> + <pack name="netaddress" required="yes"> <description>SIP Communicator bundle Network Address</description> <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/netaddr.jar"/> </pack> @@ -104,6 +108,10 @@ <description>SIP Communicator bundle ICQ Account Registrattion Wizzard</description> <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/icqaccregwizz.jar"/> </pack> + <pack name="jabberaccregwizz" required="yes"> + <description>SIP Communicator bundle Jabber Account Registrattion Wizzard</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/jabberaccregwizz.jar"/> + </pack> <!-- The executable files --> <pack name="run" required="yes"> |