<installation version="1.0">
	<info>
		<appname>sip-communicator</appname>
		<appversion>1.0-alpha3-nightly.build.947</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="1.0-alpha3-nightly.build.947"/>
		<variable name="released-on" value="30-01-2008"/>
	</variables>

	<guiprefs height="600" resizable="yes" width="800"/>

	<locale>
		<langpack iso3="eng"/>
		<langpack iso3="fra"/> 
		<langpack iso3="deu"/> 
		<langpack iso3="ita"/> 
		<langpack iso3="spa"/>
		<langpack iso3="por"/>		
		<langpack iso3="rus"/> 
		<langpack iso3="cat"/>
		<langpack iso3="cze"/> 
		<langpack iso3="ind"/> 
		<langpack iso3="jpn"/> 
		<langpack iso3="mys"/> 
		<langpack iso3="nor"/> 
		<langpack iso3="hun"/> 
		<langpack iso3="swe"/> 
		<langpack iso3="dan"/>
		<langpack iso3="ukr"/>
		<langpack iso3="ned"/> 
		<langpack iso3="pol"/> 
		<langpack iso3="rom"/> 
		<langpack iso3="chn"/> 
		<langpack iso3="ell"/> 
		<langpack iso3="fin"/> 
		<langpack iso3="kor"/> 
		<langpack iso3="scg"/> 
		<langpack iso3="svk"/> 
		<langpack iso3="tur"/>
	</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/windows/windows_shortcut_specification.xml" id="shortcutSpec.xml"/>\
            <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>

	<native type="izpack" name="ShellLink.dll"/>

	<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/bundle" dir="lib/bundle" override="true">
                        <include name="*.jar"/>
                        <exclude name="junit.jar"/>
                    </fileset>
                    <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="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>
		<!-- The executable files -->
		<pack name="run" required="yes">
                    <description>Exceutable</description>
                    <file targetdir="$INSTALL_PATH" src="resources/install/generic/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/windows/run.bat" os="windows" override="true"/>
                    <file targetdir="$INSTALL_PATH" src="resources/install/windows/sc-logo.ico" os="windows" override="true"/>
                    <executable targetfile="$INSTALL_PATH/run.sh" stage="never" os="linux"/>
                    <executable targetfile="$INSTALL_PATH/run.bat" stage="never" os="windows"/>
		</pack>
	</packs>

</installation>
