Expose debug and install to top level build.xml

pull/14/head
Sam Bosley 13 years ago
parent 220cb76b6d
commit 03e0ad1fd5

@ -49,5 +49,19 @@
<target name="release-custom" />
</subant>
</target>
<target name="debug">
<subant>
<fileset file="astrid/build.xml" />
<target name="debug" />
</subant>
<target>
<target name="install">
<subant>
<fileset file="astrid/build.xml" />
<target name="install" />
</subant>
<target>
</project>

Loading…
Cancel
Save