Revision 41363

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.installer/pom.xml
317 317
log.info("Download busybox.exe.")
318 318
ant.get(src: "http://downloads.gvsig.org/download/gvsig-desktop/runtimes/winutils/busybox.exe", dest: gvsig_product_folder_path+"/tools/busybox.exe")
319 319

  
320
// De momento duplicamos el busybox, pero deberia corregirse en el installjamer
321
// para que lo busque en tools.                                                
322
ant.copy(file:gvsig_product_folder_path+"/tools/busybox.exe", todir:gvsig_product_folder_path+"/busybox.exe")
323
                        
320 324
source = project.basedir.getAbsolutePath() + "/target/" + jre_pkg_name
321 325
target = gvsig_product_folder_path + "/gvSIG/extensiones/"
322 326
log.info("Installing plugin windows jre plugin to " + target + "...")

Also available in: Unified diff