Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / extensions / ext3Dgui / install / install.xml @ 34054

History | View | Annotate | Download (5.29 KB)

1
<installation version="1.0">
2
        <info>
3
                <appname>3D_and_ANIMATION</appname><!-- A SUSTITUR POR EL NOMBRE DE EXTENSION, POR EJEMPLO: "VISOR_RUIDO" -->
4
                <appversion>0.1</appversion>
5
                <authors>
6
                        <author
7
                                name="Generalitat Valenciana. Conselleria d'Infraestructures i Transport"
8
                                email="" />
9
                        <author name="Iver Tecnologías de la Información S.A."
10
                                email="" />
11
                        <author name="Ayto. de Valencia" email="" />
12
                </authors>
13
                <url>http://www.gvsig.gva.es/</url>
14
                <javaversion>1.5</javaversion>
15
        </info>
16

    
17
        <guiprefs height="600" resizable="yes" width="800">
18
                <laf name="liquid">
19
                        <os family="unix" />
20
                </laf>
21
                <laf name="liquid">
22
                        <os family="windows" />
23
                </laf>
24
        </guiprefs>
25

    
26
        <locale>
27
                <langpack iso3="spa" />
28
                <langpack iso3="val" />
29
                <langpack iso3="eng" />
30
                <langpack iso3="cat" />
31
                <langpack iso3="chn" />
32
                <langpack iso3="cze" />
33
                <langpack iso3="dan" />
34
                <langpack iso3="deu" />
35
                <langpack iso3="fin" />
36
                <langpack iso3="fra" />
37
                <langpack iso3="glg" />
38
                <langpack iso3="hun" />
39
                <langpack iso3="ita" />
40
                <langpack iso3="jpn" />
41
                <langpack iso3="mys" />
42
                <langpack iso3="ned" />
43
                <langpack iso3="nor" />
44
                <langpack iso3="pol" />
45
                <langpack iso3="por" />
46
                <langpack iso3="rom" />
47
                <langpack iso3="rus" />
48
                <langpack iso3="scg" />
49
                <langpack iso3="svk" />
50
                <langpack iso3="swe" />
51
                <langpack iso3="ukr" />
52
        </locale>
53

    
54
        <resources>
55
                <res src="resources/gpl.txt" id="LicencePanel.licence" />
56
                <res src="resources/LEEME.html" id="HTMLInfoPanel.info" />
57
                <res src="resources/images/Logo_gvsig_gva.jpg"
58
                        id="Installer.image" />
59
                <res src="resources/userInputSpec.xml" id="userInputSpec.xml" />
60
                <parsable targetfile="resources/userInputSpec.xml" />
61
                <res src="resources/userInputLang.xml_val"
62
                        id="userInputLang.xml_val" />
63
                <res src="resources/userInputLang.xml_spa"
64
                        id="userInputLang.xml_spa" />
65
        </resources>
66

    
67
        <panels>
68
                <panel classname="HTMLInfoPanel" />
69
                <panel classname="LicencePanel" />
70
                <panel classname="PacksPanel" />
71
                <panel classname="UserInputPanel" />
72
                <panel classname="InstallPanel" />
73
                <panel classname="SimpleFinishPanel" />
74
        </panels>
75

    
76
        <packs>
77

    
78
                <!-- pack name="%%Extension APPNAME%%" required="yes">  <!--A SUSTITUIR POR LA EXTENSION, EJ: Extension VISOR_RUIDO-->
79
                <!-- description>%%DESCRIPCION%%.</description> <!--A SUSTITUIR POR LA DESCRIPCION, EJ: Extension para manejo de... -->
80
                <!--  file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/%%EXTENSION%%" override="true"/ -->
81
                <!--SUSTITUR POR LA EXTENSION, ej: com.iver.ayto.visorRuido-->
82
                <!--además, si hay que copiar algo fuera del directorio de la extension, hay que añadirlo-->
83
                <!-- <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/driver-manager-1.1.jar" override="true"/> seria una copia de un jar dentro de gvSIG/extensiones/com.iver.cit.gvsig/lib -->
84
                <!--  /pack>-->
85
                <!-- Binaries -->
86
                <fileset targetdir="$INSTALL_PATH/lib"
87
                        dir="../../binaries/w32/3D" includes="**/**" />
88

    
89
                <fileset targetdir="$JAVA_HOME/bin" dir="../../binaries/w32/3D"
90
                        includes="**/**" override="true" />
91

    
92

    
93
                <pack name="Plugin 3D" required="yes"><!--A SUSTITUIR POR LA EXTENSION, EJ: Extension VISOR_RUIDO-->
94
                        <description>
95
                                New 3D plugin for GvSIG. It introduces a new kind of
96
                                view (view 3D) and a lot of tool to use with it
97
                        </description><!--A SUSTITUIR POR LA DESCRIPCION, EJ: Extension para manejo de... -->
98
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
99
                                src="extensiones/com.iver.ai2.gvsig3dgui" override="true" />
100
                        <!--SUSTITUR POR LA EXTENSION, ej: com.iver.ayto.visorRuido-->
101
                        <!--además, si hay que copiar algo fuera del directorio de la extension, hay que añadirlo-->
102
                        <!-- <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/driver-manager-1.1.jar" override="true"/> seria una copia de un jar dentro de gvSIG/extensiones/com.iver.cit.gvsig/lib -->
103
                </pack>
104

    
105
                <pack name="Animation plugin" required="yes"><!--A SUSTITUIR POR LA EXTENSION, EJ: Extension VISOR_RUIDO-->
106
                        <description>
107
                                New plugin Animation for GvSIG. It introduces a new
108
                                features to make animations over the view, layers, etc..
109
                        </description><!--A SUSTITUIR POR LA DESCRIPCION, EJ: Extension para manejo de... -->
110
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
111
                                src="extensiones/com.iver.ai2.animationgui.gui" override="true" />
112
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
113
                                src="extensiones/com.iver.ai2.animationCommon" override="true" />
114
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
115
                                src="extensiones/com.iver.ai2.animation3D" override="true" />
116
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
117
                                src="extensiones/com.iver.ai2.animation2D" override="true" />
118
                        <!--SUSTITUR POR LA EXTENSION, ej: com.iver.ayto.visorRuido-->
119
                        <!--además, si hay que copiar algo fuera del directorio de la extension, hay que añadirlo-->
120
                        <!-- <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="extensiones/com.iver.cit.gvsig/lib/driver-manager-1.1.jar" override="true"/> seria una copia de un jar dentro de gvSIG/extensiones/com.iver.cit.gvsig/lib -->
121
                </pack>
122

    
123

    
124
        </packs>
125

    
126
</installation>