Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.installer / src / main / launch4j / gvsig-desktop.xml @ 41343

History | View | Annotate | Download (2.89 KB)

1
<!--
2

3
    gvSIG. Desktop Geographic Information System.
4

5
    Copyright (C) 2007-2013 gvSIG Association.
6

7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

25
-->
26
<launch4jConfig>
27
<!--
28
- gvsig.product.folder.path
29
- org.gvsig.andami.updater.jar, ej: "org.gvsig.andami.updater-2.0.10-SNAPSHOT.jar"
30
- version, ej: 2.0.0-2066
31
-->
32
  <dontWrapJar>false</dontWrapJar>
33
  <headerType>gui</headerType>
34
  <jar>@@gvsig.product.folder.path@@/lib/@@org.gvsig.andami.updater.jar@@</jar>
35
  <outfile>@@gvsig.product.folder.path@@/gvsig-desktop.exe</outfile>
36
  <errTitle>gvSIG launch error</errTitle>
37
  <cmdLine>gvSIG gvSIG/extensiones</cmdLine>
38
  <chdir>.</chdir>
39
  <priority>normal</priority>
40
  <downloadUrl>http://java.com/download</downloadUrl>
41
  <supportUrl>https://devel.gvsig.org/redmine/projects/gvsig-desktop</supportUrl>
42
  <customProcName>true</customProcName>
43
  <stayAlive>false</stayAlive>
44
  <manifest></manifest>
45
  <icon>@@gvsig.product.folder.path@@/gvSIG.ico</icon>
46
  <var>PROJ_LIB=%HOMEDRIVE%%HOMEPATH%/gvSIG/plugins/org.gvsig.projection.app.jcrs/projlib</var>
47
  <var>GDAL_DATA=./data/gdal</var>
48
  <classPath>
49
    <mainClass>org.gvsig.andamiupdater.Updater</mainClass>
50
    <cp>./lib/jwizardcomponent-0i18n-1.2.2.1.jar</cp>
51
    <cp>./lib/@@org.gvsig.andami.updater.jar@@</cp>
52
  </classPath>
53
  <jre>
54
    <path>%EXEDIR%\gvSIG\extensiones\jre_6_windows_i586\jre</path>
55
    <minVersion>1.5.0</minVersion>
56
    <maxVersion></maxVersion>
57
    <jdkPreference>preferJdk</jdkPreference>
58
    <initialHeapSize>128</initialHeapSize>
59
    <maxHeapSize>512</maxHeapSize>
60
    <opt>-XX:MaxPermSize=96M</opt>
61
  </jre>
62
  <versionInfo>
63
    <fileVersion>@@version@@</fileVersion>
64
    <txtFileVersion>@@version@@</txtFileVersion>
65
    <fileDescription>gvSIG desktop</fileDescription>
66
    <copyright>(c) 2009-2013 gvSIG Association</copyright>
67
    <productVersion>@@version@@</productVersion>
68
    <txtProductVersion>@@version@@</txtProductVersion>
69
    <productName>gvSIG desktop</productName>
70
    <companyName>gvSIG Association</companyName>
71
    <internalName>gvsig-desktop</internalName>
72
    <originalFilename>gvsig-desktop.exe</originalFilename>
73
  </versionInfo>
74
</launch4jConfig>