[izpack-changes] r1581 - in izpack-src/tags: . 3.9.0-M1/src/dist-files
noreply at berlios.de
noreply at berlios.de
Thu Sep 7 03:24:52 CEST 2006
Author: jponge
Date: 2006-09-07 03:24:46 +0200 (Thu, 07 Sep 2006)
New Revision: 1581
Added:
izpack-src/tags/3.9.0-M1/
izpack-src/tags/3.9.0-M1/src/dist-files/IzPack-install.xml
Removed:
izpack-src/tags/3.9.0-M1/src/dist-files/IzPack-install.xml
Log:
Tag for 3.9.0-M1
Copied: izpack-src/tags/3.9.0-M1 (from rev 1579, izpack-src/branches/branch-3.9)
Deleted: izpack-src/tags/3.9.0-M1/src/dist-files/IzPack-install.xml
===================================================================
--- izpack-src/branches/branch-3.9/src/dist-files/IzPack-install.xml 2006-09-07 01:18:30 UTC (rev 1579)
+++ izpack-src/tags/3.9.0-M1/src/dist-files/IzPack-install.xml 2006-09-07 01:24:46 UTC (rev 1581)
@@ -1,227 +0,0 @@
-<!--
- $Id$
-
- IzPack installer XML file
-
- By Julien PONGE
-
- In order to build an installer for IzPack, let's create a directory
- named '_dist' in the IzPack root directory. Then copy the files from
- 'src/dist-files' into '_dist'. Copy your IzPack image, that is all
- the files present at the IzPack root directory. To make it clear,
- you'll get bin/, lib/, ... and text files like Versions.txt and so
- on. Now you can invoke the IzPack compiler and it will generate the
- installer.
-
- Alternatively, you can use the IzPack Ant makefile and run 'ant dist'. It's
- much simpler :-)
--->
-
- <!-- The installation -->
-<installation version="1.0">
-
- <!-- The info section -->
- <info>
- <appname>IzPack</appname>
- <appversion>3.9.0-preview1 (build 2006.06.23)</appversion>
- <authors>
- <author email="" name="Julien Ponge (maintainer and original developer)"/>
-
- <author email="" name="Klaus Bartz (developer)"/>
- <author email="" name="Fabrice Mirabile (developer)"/>
- <author email="" name="Marc Eppelmann (developer)" />
-
- <author email="" name="Oliver Kiddle (contributor)"/>
- <author email="" name="Cesar Martinez Izquierdo (contributor)"/>
- <author email="" name="Ryan Shillington (contributor)" />
- <author email="" name="Eric Rose (contributor)" />
- <author email="" name="Amit Bhayani @JBoss/RedHat (contributors)" />
- <author email="" name="Scott Starks @JBoss/RedHat (contributors)" />
- <author email="" name="Alex Pinkin @JBoss/RedHat (contributors)" />
- <author email="" name="Dennis Reil (contributor)" />
-
- <author email=""
- name="... the many other developers and contributors to the previous releases (see Thanks.txt)"/>
- </authors>
- <url>http://www.izforge.com/izpack/</url>
- <javaversion>1.4</javaversion>
- <summarylogfilepath>$INSTALL_PATH/installinfo/Summary.htm</summarylogfilepath>
- </info>
-
- <!-- Flexible and in the screen proportions -->
- <guiprefs height="600" resizable="yes" width="800">
- <laf name="looks">
- <os family="unix"/>
- </laf>
- <!-- GUI addaption for more informations see "Modifying the GUI" in the documentation -->
- <modifier key="layoutAnchor" value="CENTER"/>
- <modifier key="headingPanelCounter" value="text"/>
- <modifier key="headingPanelCounterPos" value="inNavigationPanel"/>
- <modifier key="allYGap" value="3"/>
- <modifier key="paragraphYGap" value="10"/>
- <modifier key="filler1YGap" value="5"/>
- <modifier key="filler3XGap" value="10"/>
- </guiprefs>
-
- <variables>
- <variable name="DesktopShortcutCheckboxEnabled" value="true"/>
- </variables>
-
- <!-- We include every langpack -->
- <locale>
- <langpack iso3="eng"/>
- <langpack iso3="fra"/>
- <langpack iso3="deu"/>
- <langpack iso3="ita"/>
- <langpack iso3="jpn"/>
- <langpack iso3="spa"/>
- <langpack iso3="dan"/>
- <langpack iso3="ell"/>
- <langpack iso3="cat"/>
- <langpack iso3="ned"/>
- <langpack iso3="fin"/>
- <langpack iso3="swe"/>
- <langpack iso3="por"/>
- <langpack iso3="pol"/>
- <langpack iso3="rus"/>
- <langpack iso3="ukr"/>
- <langpack iso3="hun"/>
- <langpack iso3="svk"/>
- <langpack iso3="rom"/>
- <langpack iso3="mys"/>
- <langpack iso3="nor"/>
- <langpack iso3="chn"/>
- <langpack iso3="scg"/>
- <langpack iso3="cze"/>
- <langpack iso3="kor"/>
- </locale>
-
- <!-- The resources needed by the various panels -->
- <resources>
- <res src="install-readme.html" id="HTMLInfoPanel.info"/>
- <res src="Licence.txt" id="LicencePanel.licence"/>
- <res src="splash-sydney.png" id="installer.langsel.img"/>
- <res src="shortcutSpec.xml" id="shortcutSpec.xml"/>
- <res src="Unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml"/>
- <res src="core.png" id="ImgPacksPanel.img.0"/>
- <res src="doc-html.png" id="ImgPacksPanel.img.1"/>
- <res src="javadocs.png" id="ImgPacksPanel.img.2"/>
- <res src="doc-nanoxml.png" id="ImgPacksPanel.img.3"/>
- <!--
- <res src="doc-pdf.png" id="ImgPacksPanel.img.2" />
- -->
- <res src="sample.png" id="ImgPacksPanel.img.4"/>
- <res src="src.png" id="ImgPacksPanel.img.5"/>
- <res src="border1.png" id="Installer.image.0"/>
- <res src="border2.png" id="Installer.image.1"/>
- <res src="border3.png" id="Installer.image.2"/>
- <res src="border4.png" id="Installer.image.3"/>
- <res src="border5.png" id="Installer.image.4"/>
- <res src="border5.png" id="Installer.image.5"/>
- <res src="border6.png" id="Installer.image.6"/>
- <res src="border7.png" id="Installer.image.7"/>
- <res src="border8.png" id="Installer.image.8"/>
- <res src="RegistrySpec.xml" id="RegistrySpec.xml"/>
- </resources>
-
- <!-- The panels in a classic order -->
- <panels>
- <panel classname="CheckedHelloPanel"/>
- <panel classname="HTMLInfoPanel"/>
- <panel classname="LicencePanel"/>
- <panel classname="TargetPanel"/>
- <panel classname="ImgPacksPanel"/>
- <panel classname="SummaryPanel"/>
- <panel classname="InstallPanel"/>
- <panel classname="ShortcutPanel"/>
- <!-- We use temporary the FinishPanel in the 3.9 Release
- to get Access to the [Generate an automatic installation script]-Button
- to get feedback so quick as possible from all of users,
- who wants to get back this feature ;-) -->
- <panel classname="FinishPanel"/>
- </panels>
-
- <!-- The listeners section for CustomActions -->
- <listeners>
- <listener installer="SummaryLoggerInstallerListener"/>
- <listener installer="RegistryInstallerListener" uninstaller="RegistryUninstallerListener">
- <os family="windows"/>
- </listener>
- </listeners>
-
- <!-- The packs section -->
- <packs>
-
- <!-- The core files -->
- <pack name="Core" required="yes">
- <description>The IzPack core files.</description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="*.txt"/>
- <include name="bin/**/*"/>
- <include name="lib/**/*"/>
- <include name="legal/**/*"/>
- </fileset>
- <executable targetfile="$INSTALL_PATH/bin/compile" stage="never"/>
- <executable targetfile="$INSTALL_PATH/bin/start.sh" stage="never"/>
- </pack>
-
- <!-- The documentation -->
- <pack name="XHTML Documentation" required="no">
- <description>The IzPack documentation (XHTML version).</description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="doc/izpack/xhtml/**/*"/>
- </fileset>
- </pack>
- <pack name="Java Documentation" required="no">
- <description>
- The IzPack Java documentation (Javadocs for IzPack developers).
- </description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="doc/izpack/javadoc/**/*"/>
- </fileset>
- </pack>
- <!--
- Disabled while doc-ng not provides a pdf ...
-
- <pack name="PDF Documentation" required="no">
- <description>The IzPack documentation (PDF version).</description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="doc/izpack/pdf/**/*" />
- </fileset>
- </pack>
- -->
- <pack name="NanoXML Documentation" required="no">
- <description>NanoXML documentation (for IzPack developers).</description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="doc/nanoxml/**/*"/>
- </fileset>
- </pack>
-
-
- <!-- A trivial sample to get started -->
- <pack name="Sample" required="no">
- <description>A sample installation.</description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="sample/**/*"/>
- </fileset>
- </pack>
-
- <!-- The source code of this version -->
- <pack name="Sources" required="no">
- <description>The full IzPack source code.</description>
- <fileset dir="" targetdir="$INSTALL_PATH">
- <include name="src/**/*"/>
- <exclude name="src/*.manifest"/>
- </fileset>
- </pack>
-
- </packs>
-
- <!-- The native libraries to add -->
- <native type="izpack" name="ShellLink.dll"/>
- <native type="3rdparty" name="COIOSHelper.dll" stage="both">
- <os family="windows"/>
- </native>
-
-
-</installation>
Copied: izpack-src/tags/3.9.0-M1/src/dist-files/IzPack-install.xml (from rev 1580, izpack-src/branches/branch-3.9/src/dist-files/IzPack-install.xml)
More information about the izpack-changes
mailing list