From: <opa...@us...> - 2008-08-07 14:42:18
|
Revision: 3730 http://fudaa.svn.sourceforge.net/fudaa/?rev=3730&view=rev Author: opasteur Date: 2008-08-07 14:42:27 +0000 (Thu, 07 Aug 2008) Log Message: ----------- Modified Paths: -------------- trunk/fudaa_devel/fudaa-distrib/mascaret/izpack/izpack_fudaa_mascaret.xml Modified: trunk/fudaa_devel/fudaa-distrib/mascaret/izpack/izpack_fudaa_mascaret.xml =================================================================== --- trunk/fudaa_devel/fudaa-distrib/mascaret/izpack/izpack_fudaa_mascaret.xml 2008-08-07 14:41:35 UTC (rev 3729) +++ trunk/fudaa_devel/fudaa-distrib/mascaret/izpack/izpack_fudaa_mascaret.xml 2008-08-07 14:42:27 UTC (rev 3730) @@ -1,110 +1,112 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<!-- - A sample installation file. - Use it as a base for your own installers :-) - - To compile it : - - go in the bin directory where you installed IzPack - - call "compile ../sample/install.xml -b ../sample" - - --> -<installation version="1.0"> - <!-- - The info section. - The meaning of the tags should be natural ... - - --> -<info> - <appname>Fudaa-Mascaret</appname> - <appversion>3.1 alpha 1</appversion> - <variable name="released-on" value="13/12/2007" /> - <authors> - <author name="EDF Recherche et Développement" email="" /> - <author name="CETMEF" email="" /> - </authors> - <url>http://rd.edf.com</url> - </info> -<native type="izpack" name="ShellLink.dll" /> - <!-- - The gui preferences indication. - Sets the installer window to 800x420. It will be able to change the size. - - --> - <guiprefs width="800" height="420" resizable="yes" /> - <!-- - The locale section. - Asks here to include the French langpacks. - - --> - <locale> - <langpack iso3="fra" /> - </locale> - <!-- - The resources section. - The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel. - - --> - <resources> - <res src="izpack/shortcutSpec.xml" id="shortcutSpec.xml" /> - <res src="Licence.txt" id="LicencePanel.licence"/> - <res src="Readme.txt" id="InfoPanel.info" /> - <res src="fudaamascaret.jpg" id="Installer.image"/> - <!-- res src="izpack/RegistrySpec.xml" id="RegistrySpec.xml"/ --> - </resources> - - <!-- - The panels section. - We indicate here which panels we want to use. The order will be respected. - - --> - <panels> - <panel classname="HelloPanel" /> - <panel classname="InfoPanel" /> - <panel classname="LicencePanel" /> - <panel classname="TargetPanel" /> - <panel classname="PacksPanel" /> - <panel classname="InstallPanel" /> - <panel classname="ShortcutPanel" /> - <panel classname="FinishPanel" /> - </panels> - <!-- - The packs section. - We specify here our packs. - --> - <packs> - <pack name="Core" required="yes"> - <description>L'application de base intégrant l'interface graphique Fudaa-Mascaret et le code de calcul Mascaret</description> - <file src="../../../distrib/build/jar/mascaret/fudaa-mascaret.jar" targetdir="$INSTALL_PATH" /> - <file src="../../fudaa/serveurs" targetdir="$INSTALL_PATH" /> - <file src="fudaa-mascaret.bat" targetdir="$INSTALL_PATH" /> - <file src="icons" targetdir="$INSTALL_PATH" /> - <parsable targetfile="$INSTALL_PATH/fudaa-mascaret.bat" /> <!-- The file will be parsed --> - </pack> - <pack name="Exemples" required="no"> - <description>Quelques exemples de fichiers d'entrée de Fudaa-Mascaret</description> - <file src="exemples" targetdir="$INSTALL_PATH" /> <!-- Reccursive adding --> - </pack> - <pack name="Docs" required="no"> - <description>Le guide de prise en main de Fudaa-Mascaret</description> - <file src="doc" targetdir="$INSTALL_PATH" /> <!-- Reccursive adding --> - </pack> - <pack name="Sources" required="no"> - <description>Le code source du projet Fudaa</description> - <fileset dir="../.." targetdir="$INSTALL_PATH/src"> - <include name="ctulu/src/**/*.*" /> - <include name="dodico/idl/**/*.*" /> - <include name="dodico/src/**/*.*" /> - <include name="ebli/src/**/*.*" /> - <include name="fudaa/src/**/*.*" /> - </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> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<!-- + A sample installation file. + Use it as a base for your own installers :-) + + To compile it : + - go in the bin directory where you installed IzPack + - call "compile ../sample/install.xml -b ../sample" + + --> +<installation version="1.0"> + <!-- + The info section. + The meaning of the tags should be natural ... + + --> +<info> + <appname>Fudaa-Mascaret</appname> + <appversion>3.0.3</appversion> + <variable name="released-on" value="14/05/2008" /> + <authors> + <author name="EDF Recherche et D�veloppement" email="http://rd.edf.com" /> + <author name="CETMEF" email="http://www.cetmef.equipement.gouv.fr" /> + </authors> + <url>http://rd.edf.com</url> + </info> +<native type="izpack" name="ShellLink.dll" /> + <!-- + The gui preferences indication. + Sets the installer window to 800x420. It will be able to change the size. + + --> + <guiprefs width="800" height="420" resizable="yes" /> + <!-- + The locale section. + Asks here to include the French langpacks. + + --> + <locale> + <langpack iso3="fra" /> + </locale> + <!-- + The resources section. + The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel. + + --> + <resources> + <res src="izpack/shortcutSpec.xml" id="shortcutSpec.xml" /> + <res src="Licence.txt" id="LicencePanel.licence"/> + <res src="Readme.txt" id="InfoPanel.info" /> + <res src="fudaamascaret.jpg" id="Installer.image"/> + <!-- res src="izpack/RegistrySpec.xml" id="RegistrySpec.xml"/ --> + </resources> + + <!-- + The panels section. + We indicate here which panels we want to use. The order will be respected. + + --> + <panels> + <panel classname="HelloPanel" /> + <panel classname="InfoPanel" /> + <panel classname="LicencePanel" /> + <panel classname="TargetPanel" /> + <panel classname="PacksPanel" /> + <panel classname="InstallPanel" /> + <panel classname="ShortcutPanel" /> + <panel classname="FinishPanel" /> + </panels> + <!-- + The packs section. + We specify here our packs. + --> + <packs> + <pack name="Core" required="yes"> + <description>L'application de base int�grant l'interface graphique Fudaa-Mascaret et le code de calcul Mascaret</description> + <file src="../../../distrib/build/jar/mascaret/fudaa-mascaret.jar" targetdir="$INSTALL_PATH" /> + <file src="../../fudaa/serveurs" targetdir="$INSTALL_PATH" /> + <file src="../../aide/src/mascaret" targetdir="$INSTALL_PATH" /aide/src/mascaret> + + <file src="fudaa-mascaret.bat" targetdir="$INSTALL_PATH" /> + <file src="icons" targetdir="$INSTALL_PATH" /> + <parsable targetfile="$INSTALL_PATH/fudaa-mascaret.bat" /> <!-- The file will be parsed --> + </pack> + <pack name="Exemples" required="no"> + <description>Quelques exemples de fichiers d'entr�e de Fudaa-Mascaret</description> + <file src="exemples" targetdir="$INSTALL_PATH" /> <!-- Reccursive adding --> + </pack> + <pack name="Docs" required="no"> + <description>Le guide de prise en main de Fudaa-Mascaret</description> + <file src="doc" targetdir="$INSTALL_PATH" /> <!-- Reccursive adding --> + </pack> + <pack name="Sources" required="no"> + <description>Le code source du projet Fudaa</description> + <fileset dir="../.." targetdir="$INSTALL_PATH/src"> + <include name="ctulu/src/**/*.*" /> + <include name="dodico/idl/**/*.*" /> + <include name="dodico/src/**/*.*" /> + <include name="ebli/src/**/*.*" /> + <include name="fudaa/src/**/*.*" /> + </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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |