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