Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_904 / applications / appgvSIG / voidTarget / build.xml @ 44480

History | View | Annotate | Download (448 Bytes)

1
<project name="VoidTarget"  basedir=".">
2
        <description>
3
                Void build file, to use it when a project is not present
4
           </description>
5
        <property name="projectName" value="projectName" />
6
        
7
        <target name="batch-build">
8
                <echo>Warning: Project ${projectName} was skipped</echo>
9
        </target>
10
        <target name="clean">
11
                <echo>Warning: Project ${projectName} was skipped</echo>
12
        </target>
13
        <target name="import-build-number">
14
        </target>        
15
</project>