Statistics
| Revision:

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

History | View | Annotate | Download (2.84 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
  <dontWrapJar>false</dontWrapJar>
28
  <headerType>gui</headerType>
29
  <jar>@@gvsig.product.folder.path@@/lib/@@org.gvsig.andami.updater.jar@@</jar>
30
  <outfile>@@gvsig.product.folder.path@@/gvsig-package-installer.exe</outfile>
31
  <errTitle>gvSIG package installer launch error</errTitle>
32
  <cmdLine>--applicationName=gvSIG --pluginsFolder=gvSIG/extensiones --install</cmdLine>
33
  <chdir>.</chdir>
34
  <priority>normal</priority>
35
  <downloadUrl>http://java.com/download</downloadUrl>
36
  <supportUrl>https://devel.gvsig.org/redmine/projects/gvsig-desktop</supportUrl>
37
  <customProcName>false</customProcName>
38
  <stayAlive>false</stayAlive>
39
  <manifest></manifest>
40
  <icon>@@gvsig.product.folder.path@@/gvSIG.ico</icon>
41
  <var>PROJ_LIB=./gvSIG/extensiones/org.gvsig.crs.extension/data</var>
42
  <var>GDAL_DATA=./data/gdal</var>
43
  <classPath>
44
    <mainClass>org.gvsig.andamiupdater.Updater</mainClass>
45
    <cp>./lib/jwizardcomponent-0i18n-1.2.2.1.jar</cp>
46
    <cp>./lib/@@org.gvsig.andami.updater.jar@@</cp>
47
  </classPath>
48
  <jre>
49
    <path>%EXEDIR%\gvSIG\extensiones\jre_7_windows_i586\jre</path>
50
    <minVersion>1.6.0</minVersion>
51
    <maxVersion></maxVersion>
52
    <jdkPreference>preferJdk</jdkPreference>
53
    <initialHeapSize>128</initialHeapSize>
54
    <maxHeapSize>512</maxHeapSize>
55
    <opt>-XX:MaxPermSize=96M</opt>
56
  </jre>
57
  <versionInfo>
58
    <fileVersion>@@version@@</fileVersion>
59
    <txtFileVersion>@@version@@</txtFileVersion>
60
    <fileDescription>gvSIG package installer 2.0.0</fileDescription>
61
    <copyright>gvSIG Association</copyright>
62
    <productVersion>@@version@@</productVersion>
63
    <txtProductVersion>@@version@@</txtProductVersion>
64
    <productName>gvSIG package installer</productName>
65
    <companyName>(c) 2009-2012 gvSIG Association</companyName>
66
    <internalName>gvsig-package-installer</internalName>
67
    <originalFilename>gvsig-package-installer.exe</originalFilename>
68
  </versionInfo>
69
</launch4jConfig>