Statistics
| Revision:

gvsig-raster / org.gvsig.raster.principalcomponents / branches / org.gvsig.raster.principalcomponents_dataaccess_refactoring / org.gvsig.raster.principalcomponents.app.principalcomponentsclient / src / main / resources-plugin / install / install.xml @ 2347

History | View | Annotate | Download (318 Bytes)

1
<project name="org.gvsig.raster.roimask" default="main" basedir=".">
2
        <target name="main" depends="copy_files"/>
3
    <target name="copy_files">
4
            <copy todir="${gvsig_dir}/gvSIG/extensiones/org.gvsig.raster.tools.toolbox.app.client/lib">
5
                    <fileset dir="./files" includes="**"/>
6
                </copy>
7
        </target>
8
</project>