Add Jabber to the installation

cusax-fix
Damian Minkov 19 years ago
parent 3b5222398d
commit e2d2b1d762

@ -39,14 +39,14 @@
</panels>
<packs>
<!-- The lib files -->
<pack name="lib" required="yes">
<description>Include all libraries</description>
<fileset targetdir="$INSTALL_PATH/lib" dir="lib">
<include name="**/*.jar"/>
<exclude name="junit*.jar"/>
<exclude name="**/jmf*/**"/>
<exclude name="native"/>
@ -81,6 +81,10 @@
<description>SIP Communicator bundle Protocol ICQ</description>
<file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar"/>
</pack>
<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"/>
@ -105,6 +109,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">

@ -79,6 +79,10 @@
<description>SIP Communicator bundle Protocol ICQ</description>
<file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar"/>
</pack>
<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"/>
@ -103,6 +107,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">

@ -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">

Loading…
Cancel
Save