Revision 40543 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/pom.xml

View differences:

pom.xml
489 489
                 <source><![CDATA[
490 490
                   ant = new AntBuilder()
491 491
                   source = project.basedir.getAbsolutePath() + "/target/package.info"
492
                   target = project.properties["gvsig.product.folder.path"]
492
                   target = project.properties["gvsig.product.folder.path"] + "/package.info"
493 493
                   log.info("Install package.info in product folder (" + target + ")" )
494 494
                   ant.copy(file:source, tofile:target)
495 495
                 ]]></source>

Also available in: Unified diff