Statistics
| Revision:

root / trunk / extensions / ext3Dgui / distribution / win-distribution / install_15.xml @ 23014

History | View | Annotate | Download (3.86 KB)

1
<installation version="1.0">
2
        <info>
3
                <appname>3D</appname>
4
                <appversion>1.2</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
                </authors>
12
                <url>http://www.gvsig.gva.es/</url>
13
                <javaversion>1.5</javaversion>
14
        </info>
15

    
16
        <guiprefs height="600" resizable="yes" width="800">
17
                <laf name="liquid">
18
                        <os family="windows" />
19
                </laf>
20
        </guiprefs>
21

    
22
        <locale>
23
                <!-- only keep the languages which are also available in gvSIG -->
24
                <langpack iso3="spa" />
25
                <langpack iso3="val" />
26
                <langpack iso3="eng" />
27
                <!--        <langpack iso3="cat"/>
28
                        <langpack iso3="chn"/> -->
29
                <langpack iso3="cze" />
30
                <!--        <langpack iso3="dan"/> -->
31
                <langpack iso3="deu" />
32
                <!--        <langpack iso3="fin"/>-->
33
                <langpack iso3="fra" />
34
                <langpack iso3="glg" />
35
                <!--        <langpack iso3="hun"/> -->
36
                <langpack iso3="ita" />
37
                <!--        <langpack iso3="jpn"/>
38
                        <langpack iso3="mys"/>
39
                        <langpack iso3="ned"/>
40
                        <langpack iso3="nor"/>
41
                        <langpack iso3="pol"/> -->
42
                <langpack iso3="por" />
43
                <!--        <langpack iso3="rom"/>
44
                        <langpack iso3="rus"/>
45
                        <langpack iso3="scg"/>
46
                        <langpack iso3="svk"/>
47
                        <langpack iso3="swe"/>
48
                        <langpack iso3="ukr"/> -->
49
        </locale>
50

    
51
        <native os="windows" type="izpack" name="ShellLink.dll" />
52

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

    
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
        <variables>
77
                <variable name="A"
78
                        value="../../target/ext3D-distribution/ext3D/win" />
79
        </variables>
80

    
81

    
82

    
83
        <packs>
84
                <!-- aki se ponen las cosas que ha que machacar -->
85
                <pack name="GvSIG UPDATES" required="yes">
86
                        <description>GvSIG updates</description>
87

    
88

    
89
                        <!-- dll necesarias para la extension 3D -->
90
                        <fileset targetdir="$INSTALL_PATH/lib"
91
                                dir="../ext3D-distribution/ext3D/win/lib" override="true">
92
                                <include name="**/*" />
93
                        </fileset>
94

    
95
                        <fileset targetdir="$JAVA_HOME/bin"
96
                                dir="../ext3D-distribution/ext3D/win/lib" override="true">
97
                                <include name="**/*" />
98
                        </fileset>
99

    
100

    
101
                        <fileset
102
                                targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/"
103
                                dir="../ext3D-distribution/ext3D/linux/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/"
104
                                override="true" os="windows">
105
                                <include name="**/*.jar" />
106
                        </fileset>
107
                        
108
                        <!--file os="windows"
109
                                targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/"
110
                                src="../ext3D-distribution/ext3D/win/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/lib3DMap-share-1.0-SNAPSHOT.jar"
111
                                override="true" /-->
112

    
113
                        <!-- Sobreescribiendo el nuevo .ini -->
114
                        <!-- file os="windows" targetdir="$INSTALL_PATH/bin"
115
                                src="resources/gvSIG.ini" override="true" />
116
                                <parsable os="windows"
117
                                targetfile="$INSTALL_PATH/bin/gvSIG.ini" /-->
118

    
119
                </pack>
120
                <!-- aki se ponen las cosas que ha que machacar -->
121
                <pack name="3D extensions" required="yes">
122
                        <description>Install 3D Extension</description>
123
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
124
                                src="../ext3D-distribution/ext3D/win/bin/gvSIG/extensiones/org.gvsig.ext3Dgui"
125
                                override="true" />
126
                </pack>
127

    
128

    
129

    
130
        </packs>
131
</installation>