Statistics
| Revision:

root / trunk / extensions / extPublish / install / resources / userInputSpec.xml @ 29308

History | View | Annotate | Download (622 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.1" os="unix" />
13
                          <choice value="/opt/gvSIG_1.1" os="unix" />
14
                          <choice value="$HOME/gvSIG_1.1" os="unix" />
15
                          <choice value="C:\Archivos de Programa\gvSIG_1.1" os="windows" />
16
                          <choice value="C:\Program Files\gvSIG_1.1" os="windows" />
17
                          </spec>
18
                </field>
19
        </panel>
20
</userInput>
21