Statistics
| Revision:

root / trunk / extensions / ext3Dgui / distribution / linux-distribution / install.xml @ 23014

History | View | Annotate | Download (3.72 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="unix" />
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
        <resources>
52
                <res src="resources/gpl.txt" id="LicencePanel.licence" />
53
                <res src="resources/LEEME.html" id="HTMLInfoPanel.info" />
54
                <res src="resources/images/Logo_gvsig_gva.jpg"
55
                        id="Installer.image" />
56
                <res src="resources/userInputSpec.xml" id="userInputSpec.xml" />
57
                <parsable os="linux" targetfile="resources/userInputSpec.xml" />
58
                <res src="resources/userInputLang.xml_val"
59
                        id="userInputLang.xml_val" />
60
                <res src="resources/userInputLang.xml_spa"
61
                        id="userInputLang.xml_spa" />
62
        </resources>
63

    
64
        <panels>
65
                <panel classname="HTMLInfoPanel" />
66
                <panel classname="LicencePanel" />
67
                <panel classname="PacksPanel" />
68
                <panel classname="UserInputPanel" />
69
                <panel classname="InstallPanel" />
70
                <panel classname="SimpleFinishPanel" />
71
        </panels>
72

    
73
        <packs>
74
                <!-- aki se ponen las cosas que ha que machacar -->
75
                <pack name="GvSIG UPDATES" required="yes">
76
                        <description>GvSIG updates</description>
77

    
78

    
79
                        <!-- so necesarias para la extension 3D -->
80
                        <!-- dll necesarias para la extension 3D -->
81
                        <fileset targetdir="$INSTALL_PATH/libs"
82
                                dir="../ext3D-distribution/ext3D/linux/lib" override="true"
83
                                os="unix">
84
                                <include name="**/*" />
85
                                <exclude name="*.head" />
86
                        </fileset>
87

    
88

    
89
                        <fileset
90
                                targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/"
91
                                dir="../ext3D-distribution/ext3D/linux/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/"
92
                                override="true" os="unix">
93
                                <include name="**/*.jar" />
94
                        </fileset>
95

    
96
                        <!-- file os="unix"
97
                                targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/"
98
                                src="../ext3D-distribution/ext3D/linux/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/lib3DMap-*.jar"
99
                                override="true" /-->
100

    
101

    
102
                        <!-- Sobreescribiendo el sh -->
103
                        <file os="unix" targetdir="$INSTALL_PATH"
104
                                src="resources/install.sh" override="true" />
105
                        <parsable os="unix" targetfile="$INSTALL_PATH/install.sh" />
106

    
107
                        <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-3D.sh" />
108
                        <executable
109
                                targetfile="$INSTALL_PATH/libs/install-3D.sh" stage="postinstall"
110
                                keep="true" failure="ask" />
111

    
112
                </pack>
113

    
114

    
115
                <pack name="3D extensions" required="yes">
116
                        <description>Install 3D Extension</description>
117
                        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/"
118
                                src="../ext3D-distribution/ext3D/linux/bin/gvSIG/extensiones/org.gvsig.ext3Dgui"
119
                                override="true" />
120
                </pack>
121

    
122

    
123

    
124
        </packs>
125

    
126
</installation>