summaryrefslogtreecommitdiff
path: root/config/izpack/izpack_scala.xml
blob: 282ed59e39bd6f90d3d0977d96335bdc9197f441 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version=1.0" encoding="UTF-8" standalone="yes" ?>
<installation version="1.0">

  <info>
    <appname>Scala</appname>
    <appversion>1.4.0.1</appversion>
<!--
    <authors>
      <author name="Martin Odersky"     email="martin.odersky@epfl.ch" />
      <author name="Vincent Cremet"     email="vincent.cremet@epfl.ch" />
      <author name="Iulian Dragos"      email="Iulian.Dragos@epfl.ch" />
      <author name="Gilles Dubochet"    email="gilles.dubochet@epfl.ch" />
      <author name="Burak Emir"         email="burak.emir@epfl.ch" />
      <author name="Stephane Micheloud" email="stephane.micheloud@epfl.ch" />
      <author name="Nikolay Mihaylov"   email="nikolay.mihaylov@epfl.ch" />

      <author name="Philippe Altherr (past member)" email="philippe.alther@epfl.ch" />
      <author name="Michel Schinz (past member)"    email="michel.schinz@epfl.ch" />
      <author name="Erik Stenmann (past member)"    email="happi@home.se" />
      <author name="Matthias Zenger (past member)"  email="matthias.zenger@google.com" />
    </authors>
-->
    <url>http://scala.epfl.ch/</url>
    <javaversion>1.4</javaversion>
  </info>

  <variables>
    <variable name="JDKPathPanel.minVersion" value="1.4.0" />
    <variable name="JDKPathPanel.maxVersion" value="1.5.0" />
    <variable name="JDKPathPanel.skipIfValid" value="yes" />
  </variables>

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

  <guiprefs resizable="yes" height="480" width="640">
    <laf name="metouia">
      <os family="unix" />
    </laf>
    <laf name="looks">
      <os family="windows" />
      <param name="variant" value="extwin" />
    </laf>
  </guiprefs>

  <locale>
    <langpack iso3="eng" />
    <langpack iso3="fra" />
    <langpack iso3="deu" />
  </locale>

  <resources>
    <res id="installer.langsel.img" src="images/Splash.png" />
    <res id="Installer.image" src="images/install.png" />
    <res id="HTMLInfoPanel.info_eng" src="locales/INFO_en.html" />
    <res id="HTMLInfoPanel.info_fra" src="locales/INFO_fr.html" />
    <res id="HTMLInfoPanel.info_deu" src="locales/INFO_de.html" />
    <res id="HTMLLicencePanel.licence_eng" src="locales/LICENSE_en.html" />
    <res id="HTMLLicencePanel.licence_fra" src="locales/LICENSE_fr.html" />
    <res id="HTMLLicencePanel.licence_deu" src="locales/LICENSE_de.html" />
    <res id="TargetPanel.dir.macosx" src="targets/path_macosx.txt" />
    <res id="TargetPanel.dir.unix" src="targets/path_unix.txt" />
    <res id="ProcessPanel.Spec.xml" src="izpack_process.xml" />
    <res id="shortcutSpec.xml" src="izpack_shortcut.xml" />
  </resources>

  <panels>
    <panel classname="HelloPanel" />
    <panel classname="HTMLInfoPanel" />
    <panel classname="HTMLLicencePanel" />
    <panel classname="JDKPathPanel" />
    <!--
    <panel classname="PacksPanel" />
    -->
    <panel classname="TargetPanel" />
    <panel classname="InstallPanel" />
    <panel os="unix" classname="ProcessPanel" />
    <panel classname="ShortcutPanel" />
    <panel classname="SimpleFinishPanel" />
  </panels>

  <packs>
    <pack name="Installing..." required="yes">
      <description>Installing the Scala software.</description>
      <fileset os="unix" dir="unix" targetdir="$INSTALL_PATH" />
      <fileset os="unix" dir="lib" targetdir="$INSTALL_PATH/share/scala-$APP_VER/lib" />
      <fileset os="unix" dir="pdf" targetdir="$INSTALL_PATH/share/doc/scala-$APP_VER" />
      <fileset os="windows" dir="windows" targetdir="$INSTALL_PATH" />
      <fileset os="windows" dir="lib" targetdir="$INSTALL_PATH/lib" />
      <fileset os="windows" dir="pdf" targetdir="$INSTALL_PATH/doc" />
      <singlefile os="unix" target="$INSTALL_PATH/bin/.create_wrappers" src="create_wrappers.sh" />
      <executable os="unix" targetfile="$INSTALL_PATH/bin/.create_wrappers" />
      <executable os="unix" targetfile="$INSTALL_PATH/bin/.scala_wrapper" keep="true" />
    </pack>
  </packs>

</installation>