Revision 43294

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86_64/src/main/scripts/prepare_win.groovy
40 40
      src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/x64/cygcheck.exe",
41 41
      dest: new File(target,"cygcheck.exe").getAbsolutePath()
42 42
    )
43

  
44
        log.info("Download gvsig-desktop.exe ")
45
    helper.ant.get(
46
      src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/x64/gvsig-desktop.exe",
47
      dest: new File(target,"gvsig-desktop.exe").getAbsolutePath()
48
    )
49

  
50
     log.info("Download gvsig-desktop.au3 ")
51
    helper.ant.get(
52
      src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/x64/gvsig-desktop.au3",
53
      dest: new File(target,"gvsig-desktop.au3").getAbsolutePath()
54
    )
55

  
43 56
    helper.prepare_portable()
44 57
    helper.pack_portable()
45 58
}
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86_64/src/main/izpack/shortcut_spec.xml
11 11
            applications="no"
12 12
            startMenu="yes"
13 13
            startup="no"
14
            target="$INSTALL_PATH\gvsig-desktop.vbs"
14
            target="$INSTALL_PATH\gvsig-desktop.exe"
15 15
            commandLine=""
16 16
            description=""
17 17
	    iconFile="$INSTALL_PATH\gvSIG.ico"
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86_64/src/main/izpack/install.xml
37 37
      <file src="cygcheck.exe" targetdir="$INSTALL_PATH"/>
38 38
      <file src="cygwin1.dll" targetdir="$INSTALL_PATH"/>
39 39
      <file src="cygpath.exe" targetdir="$INSTALL_PATH"/>
40
      <file src="gvsig-desktop.exe" targetdir="$INSTALL_PATH"/>
41
      <file src="gvsig-desktop.au3" targetdir="$INSTALL_PATH"/>
40 42
      <parsable targetfile="$INSTALL_PATH/gvsig-package-installer.cmd"/>
41 43
      <parsable targetfile="$INSTALL_PATH/gvsig-desktop.cmd"/>
42 44
      <parsable targetfile="$INSTALL_PATH/gvsig-desktop.vbs"/>
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86/src/main/izpack/install.xml
35 35
      <file src="${product.folder}/gvsig-desktop.vbs" targetdir="$INSTALL_PATH"/>
36 36
      <file src="busybox.exe" targetdir="$INSTALL_PATH"/>
37 37
      <file src="cygcheck.exe" targetdir="$INSTALL_PATH"/>
38
      <file src="gvsig-desktop.exe" targetdir="$INSTALL_PATH"/>
39
      <file src="gvsig-desktop.au3" targetdir="$INSTALL_PATH"/>
38 40
      <parsable targetfile="$INSTALL_PATH/gvsig-package-installer.cmd"/>
39 41
      <parsable targetfile="$INSTALL_PATH/gvsig-desktop.cmd"/>
40 42
      <parsable targetfile="$INSTALL_PATH/gvsig-desktop.vbs"/>
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86/src/main/izpack/shortcut_spec.xml
11 11
            applications="no"
12 12
            startMenu="yes"
13 13
            startup="no"
14
            target="$INSTALL_PATH\gvsig-desktop.vbs"
14
            target="$INSTALL_PATH\gvsig-desktop.exe"
15 15
            commandLine=""
16 16
            description=""
17 17
	    iconFile="$INSTALL_PATH\gvSIG.ico"
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86/src/main/scripts/prepare_win.groovy
30 30
      src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/x86/cygcheck.exe",
31 31
      dest: new File(target,"cygcheck.exe").getAbsolutePath()
32 32
    )
33

  
34
    log.info("Download gvsig-desktop.exe ")
35
    helper.ant.get(
36
      src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/x86/gvsig-desktop.exe",
37
      dest: new File(target,"gvsig-desktop.exe").getAbsolutePath()
38
    )
39

  
40
     log.info("Download gvsig-desktop.au3 ")
41
    helper.ant.get(
42
      src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/x86/gvsig-desktop.au3",
43
      dest: new File(target,"gvsig-desktop.au3").getAbsolutePath()
44
    )
45

  
33 46
    helper.prepare_portable()
34 47
    helper.pack_portable()
35 48

  

Also available in: Unified diff