Statistics
| Revision:

root / trunk / extensions / extMeasureGeometry / install / resources / userInputSpec.xml @ 11445

History | View | Annotate | Download (630 Bytes)

1 5825 cesar
<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 8470 cesar
                          <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 5825 cesar
                          </spec>
18
                </field>
19
        </panel>
20
</userInput>