blob: 9b7e8368a6a18bbd025982a95da7df7416865a42 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<installation version="1.0">
<info>
<appname>${app}</appname>
<appversion>${app.version}</appversion>
<appsubpath>${app}-${app.version}</appsubpath>
<authors>
<author name="${app.author}" email="${app.email}" />
</authors>
<url>${app.url}</url>
<javaversion>${app.java.version}</javaversion>
</info>
<guiprefs height="480" resizable="yes" width="640">
<laf name="metouia">
<os family="unix" />
</laf>
</guiprefs>
<locale>
<langpack iso3="eng" />
</locale>
<resources>
<res id="installer.langsel.img" src="${app.icon}" />
<res id="Installer.image" src="${app.icon}" />
<res id="Installer.image.0" src="${app.icon}" />
<res id="Installer.image.1" src="${app.icon}" />
<res id="Installer.image.2" src="${app.icon}" />
<res id="Installer.image.3" src="${app.icon}" />
<res id="Installer.image.4" src="${app.icon}" />
<res id="Installer.image.5" src="${app.icon}" />
<res id="LicencePanel.licence" src="${app.license}" />
<res id="InfoPanel.info" src="${app.readme}" />
<res id="ImgPacksPanel.img.0" src="${app.icon}" />
<res id="ImgPacksPanel.img.1" src="${app.icon}" />
<res id="shortcutSpec.xml" src="${unix.shortcuts}" />
<res id="Unix_shortcutSpec.xml" src="${unix.shortcuts}" />
<res id="userInputSpec.xml" src="${user.input}" />
</resources>
<panels>
<panel classname="HelloPanel" />
<panel classname="InfoPanel" />
<panel classname="LicencePanel" />
<panel classname="TargetPanel" />
<panel classname="ImgPacksPanel" />
<panel classname="InstallPanel" />
<panel classname="ShortcutPanel" />
<panel classname="FinishPanel" />
</panels>
<packs>
<pack name="Binaries" required="yes">
<description>Binary Executables</description>
<fileset dir="${image.basedir}" targetdir="$INSTALL_PATH">
<include name="**/*" />
</fileset>
<executable os="unix" targetfile="$INSTALL_PATH/bin/${app}" stage="never" keep="true" />
<parsable os="unix" targetfile="$INSTALL_PATH/bin/${server.init}" type="shell" />
<parsable os="unix" targetfile="$INSTALL_PATH/conf/config.properties" type="shell" />
<executable os="unix" targetfile="$INSTALL_PATH/bin/${server.init}" stage="never" keep="true" />
<executable os="unix" targetfile="$INSTALL_PATH/bin/felix.jar" stage="never" keep="true" />
</pack>
</packs>
</installation>