Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_899 / install / instalador-gvSIG-mac / build-10_4.xml @ 44178

History | View | Annotate | Download (324 Bytes)

1
<project name="bundle-gvSIG" default="init" basedir=".">
2
        <property name="FULLVERSION" value="1_0_1"/>
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>