Skip to content
Snippets Groups Projects
Commit 678c5ef9 authored by Ramin Yaghoubzadeh's avatar Ramin Yaghoubzadeh
Browse files
parents ea922c89 db246c60
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