Statistics
| Revision:

root / branches / v10 / install / instalador-gvSIG-mac / build.xml @ 9126

History | View | Annotate | Download (322 Bytes)

1 9126 mija
<project name="bundle-gvSIG" default="init" basedir=".">
2
        <property name="FULLVERSION" value="1.0"/>
3
        <!-- we store the resulting installer in this directory: -->
4
        <property name="INSTALLER_DIR" location="gvSIG-${FULLVERSION}_installer" />
5
6
7
        <target name="init">
8
                <ant antfile="build-comun.xml"/>
9
        </target>
10
11
</project>