Statistics
| Revision:

root / branches / v10 / extensions / extI18n / install / resources / userInputSpec.xml @ 25963

History | View | Annotate | Download (651 Bytes)

1
<userInput>
2
        <panel order="0">
3
                <field         type="search" 
4
                                variable="INSTALL_PATH"
5
                                size="45">
6
                          <description align="left" />
7
                          <spec         txt="Path to gvSIG:" 
8
                                          id="text.label"
9
                                          checkfilename="bin/andami.jar"
10
                                type="directory" 
11
                                result="directory">
12
                          <choice value="/usr/local/gvSIG_1.0" os="unix" />
13
                          <choice value="/opt/gvSIG_1.0" os="unix" />
14
                          <choice value="$USER_HOME/gvSIG_1.0" os="unix" />
15
                          <choice value="C:\Archivos de Programa\gvSIG_1.0" os="windows" />
16
                          <choice value="C:\Program Files\gvSIG_1.0" os="windows" />
17
                          </spec>
18
                </field>
19
        </panel>
20
</userInput>
21