Statistics
| Revision:

root / branches / v10 / applications / appgvSIG / voidTarget / build.xml @ 12136

History | View | Annotate | Download (448 Bytes)

1 7209 cesar
<project name="VoidTarget"  basedir=".">
2
        <description>
3
                Void build file, to use it when a project is not present
4
           </description>
5 9776 cesar
        <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 10185 jmvivo
        <target name="import-build-number">
14
        </target>
15 7209 cesar
</project>