mirror of https://github.com/sipwise/jitsi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
4.2 KiB
98 lines
4.2 KiB
<installation version="1.0">
|
|
<info>
|
|
<appname>sip-communicator</appname>
|
|
<appversion>@VERSION@</appversion>
|
|
<authors>
|
|
<author name="SIP Communicator" email="sc@sip-communicator.org" />
|
|
</authors>
|
|
<url>http://sip-communicator.org/</url>
|
|
<javaversion>1.4</javaversion>
|
|
<uninstaller/>
|
|
</info>
|
|
<variables>
|
|
<variable name="app-version" value="@VERSION@"/>
|
|
<variable name="released-on" value="@BUILDDATE@"/>
|
|
</variables>
|
|
|
|
<guiprefs height="600" resizable="yes" width="800"/>
|
|
|
|
<locale>
|
|
<langpack iso3="eng"/>
|
|
</locale>
|
|
<resources>
|
|
<res id="InfoPanel.info" src="resources/install/doc/readme.txt" parse="yes"/>
|
|
<res id="LicencePanel.licence" src="resources/install/doc/License.txt"/>
|
|
<res src="resources/install/linux/linux_shortcut_specification.xml" id="Unix_shortcutSpec.xml"/>
|
|
<res id="Installer.image.0" src="resources/install/doc/welcome.png" />
|
|
</resources>
|
|
|
|
<panels>
|
|
<panel classname="HelloPanel"/>
|
|
<panel classname="LicencePanel"/>
|
|
<panel classname="TargetPanel"/>
|
|
<panel classname="InstallPanel"/>
|
|
<panel classname="ShortcutPanel"/>
|
|
<panel classname="FinishPanel"/>
|
|
</panels>
|
|
|
|
<packs>
|
|
<!-- The lib files -->
|
|
<pack name="lib" required="yes">
|
|
<description>Include all libraries</description>
|
|
<fileset targetdir="$INSTALL_PATH/lib" dir="lib" override="true">
|
|
<include name="*.jar"/>
|
|
</fileset>
|
|
<fileset targetdir="$INSTALL_PATH/lib" dir="lib/os-specific/linux" override="true">
|
|
<include name="*.jar"/>
|
|
<exclude name="jmf.jar"/>
|
|
</fileset>
|
|
<file targetdir="$INSTALL_PATH/lib/bundle" src="lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar" override="true"/>
|
|
<file targetdir="$INSTALL_PATH/lib" src="lib/felix.client.run.properties" override="true"/>
|
|
<file targetdir="$INSTALL_PATH/lib" src="resources/install/logging.properties" override="true"/>
|
|
</pack>
|
|
|
|
<pack name="native" required="yes">
|
|
<description>SIP Communicator Native libs</description>
|
|
<fileset targetdir="$INSTALL_PATH/native" dir="lib/native/linux" override="true">
|
|
<include name="*"/>
|
|
</fileset>
|
|
</pack>
|
|
<pack name="bundles" required="yes">
|
|
<description>SIP Communicator bundles</description>
|
|
<fileset targetdir="$INSTALL_PATH/sc-bundles" dir="sc-bundles" override="true">
|
|
<include name="*.jar"/>
|
|
<exclude name="*slick.jar"/>
|
|
</fileset>
|
|
</pack>
|
|
|
|
<pack name="bundles-os-specific" required="yes">
|
|
<description>SIP Communicator linux bundles</description>
|
|
<fileset targetdir="$INSTALL_PATH/sc-bundles" dir="sc-bundles/os-specific/linux" override="true">
|
|
<include name="*.jar"/>
|
|
<exclude name="*slick.jar"/>
|
|
</fileset>
|
|
</pack>
|
|
|
|
<!-- The executable files -->
|
|
<pack name="run" required="yes">
|
|
<description>Executable</description>
|
|
<file targetdir="$INSTALL_PATH" src="resources/install/linux/run.sh" os="linux" override="true"/>
|
|
<file targetdir="$INSTALL_PATH" src="resources/install/linux/sc-logo.png" os="linux" override="true"/>
|
|
<file targetdir="$INSTALL_PATH" src="resources/install/linux/uninstall.sh" override="true"/>
|
|
<executable targetfile="$INSTALL_PATH/run.sh" stage="never" os="linux"/>
|
|
<executable targetfile="$INSTALL_PATH/uninstall.sh" stage="never" os="linux"/>
|
|
<parsable targetfile="inst_path" />
|
|
</pack>
|
|
|
|
<!-- loose param is not working -->
|
|
<!--pack name="jre" required="yes" loose="true">
|
|
<description>SIP Communicator included jre</description>
|
|
|
|
<fileset targetdir="$INSTALL_PATH/jre" dir="release/linux/tmp/jre">
|
|
<include name="**/*"/>
|
|
</fileset>
|
|
</pack-->
|
|
</packs>
|
|
|
|
</installation>
|