Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / extensions / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / test / resources / installer1 / org.gvsig.plugin3 / install.xml @ 32409

History | View | Annotate | Download (246 Bytes)

1
<project name="org.gvsig.plugin1" default="main" basedir=".">
2
        <target name="main" depends="copy_files"/>
3
    <target name="copy_files">
4
            <copy todir="${gvsig_dir}">
5
                    <fileset dir="./files" includes="**"/>
6
                </copy>
7
        </target>
8
</project>