Skip to content
Snippets Groups Projects
Commit db246c60 authored by Herwin van Welbergen's avatar Herwin van Welbergen
Browse files

root build file

parent 5b4d7698
No related branches found
No related tags found
No related merge requests found
<project name="ipaaca" default="build" basedir=".">
<target name="build">
<subant target="build" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="clean">
<subant target="clean" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="compile">
<subant target="compile" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="minorrelease">
<subant target="compile" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment