Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
This is a test of formatting available
* One
* Two
* Three.
Again:
1. Bullet 1.
2. Bullet 2.
3. Bullet 3.
<target name="clean" depends="init">
<delete includeemptydirs="true">
<fileset dir="${gen.src.dir}" includes="**/*" />
<fileset dir="${build.dir}" includes="**/*" />
<fileset dir="${dist.dir}" includes="**/*" />
<fileset dir="${release.dir}" includes="**/*" />
</delete>
<antcall target="init" />
</target>