Statistics
| Revision:

svn-gvsig-desktop / tags / tmp_build_del / extensions / extJCRS / install / install.xml @ 41653

History | View | Annotate | Download (3.32 KB)

1 20036 dguerrero
<installation version="1.0">
2
        <info>
3
                <appname>EXTENSION_JCRS</appname> <!-- A SUSTITUR POR EL NOMBRE DE EXTENSION, POR EJEMPLO: "VISOR_RUIDO" -->
4
                <appversion>0.1</appversion>
5
                <authors>
6
                        <author name="Generalitat Valenciana. Conselleria d'Infraestructures i Transport" email="" />
7
                        <author name="Instituto de Desarrollo Regional. Seccio?n de Teledetecci?n y SIG" email="" />
8
                </authors>
9
                <url>http://www.gvsig.gva.es/</url>
10
                <javaversion>1.5</javaversion>
11
        </info>
12
13
        <guiprefs height="600" resizable="yes" width="800">
14
                <laf name="liquid">
15
                        <os family="unix" />
16
                </laf>
17
                <laf name="liquid">
18
                        <os family="windows" />
19
                </laf>
20
        </guiprefs>
21
22
        <locale>
23
                <langpack iso3="spa"/>
24
                <langpack iso3="val"/>
25
                <langpack iso3="eng"/>
26
                <langpack iso3="cat"/>
27
                <langpack iso3="chn"/>
28
                <langpack iso3="cze"/>
29
                <langpack iso3="dan"/>
30
                <langpack iso3="deu"/>
31
                <langpack iso3="fin"/>
32
                <langpack iso3="fra"/>
33
                <langpack iso3="glg"/>
34
                <langpack iso3="hun"/>
35
                <langpack iso3="ita"/>
36
                <langpack iso3="jpn"/>
37
                <langpack iso3="mys"/>
38
                <langpack iso3="ned"/>
39
                <langpack iso3="nor"/>
40
                <langpack iso3="pol"/>
41
                <langpack iso3="por"/>
42
                <langpack iso3="rom"/>
43
                <langpack iso3="rus"/>
44
                <langpack iso3="scg"/>
45
                <langpack iso3="svk"/>
46
                <langpack iso3="swe"/>
47
                <langpack iso3="ukr"/>
48
        </locale>
49
50
        <resources>
51
                <res src="resources/gpl.txt" id="LicencePanel.licence"/>
52
                <res src="resources/LEEME.html" id="HTMLInfoPanel.info"/>
53
                <res src="resources/images/Logo_gvsig_gva.jpg" id="Installer.image"/>
54
                <res src="resources/userInputSpec.xml" id="userInputSpec.xml"/>
55
                <parsable targetfile="resources/userInputSpec.xml"/>
56
                <res src="resources/userInputLang.xml_val" id="userInputLang.xml_val" />
57
                <res src="resources/userInputLang.xml_spa" id="userInputLang.xml_spa" />
58
        </resources>
59
60
        <panels>
61
                <panel classname="HTMLInfoPanel"/>
62
                <panel classname="LicencePanel"/>
63
                <panel classname="PacksPanel"/>
64
                <panel classname="UserInputPanel"/>
65
                <panel classname="InstallPanel"/>
66
                <panel classname="SimpleFinishPanel"/>
67
        </panels>
68
69
        <packs>
70
71
                <pack name="Extension_JCRS" required="yes">  <!--A SUSTITUIR POR LA EXTENSION, EJ: Extension VISOR_RUIDO-->
72
                        <description>Extensi?n para la gestion de Sistemas de Referencia de Coordenadas (CRSs).</description> <!--A SUSTITUIR POR LA DESCRIPCION, EJ: Extension para manejo de... -->
73
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.crs" override="true"/>
74
                        <!--SUSTITUR POR LA EXTENSION, ej: com.iver.ayto.visorRuido-->
75
                        <!--adem?s, si hay que copiar algo fuera del directorio de la extension, hay que a?adirlo-->
76
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/jcrs.jar" override="true"/>
77
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/db_epsg.jar" override="true"/>
78
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/db_esri.jar" override="true"/>
79
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/db_iau2000.jar" override="true"/>
80
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/db_usr.jar" override="true"/>
81
                </pack>
82
83
84
        </packs>
85
86
</installation>