mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Add the astyle target
This commit is contained in:
parent
6222e9b23d
commit
df5c44cc33
@ -151,6 +151,11 @@
|
|||||||
<arg path="${out-debug-package}" />
|
<arg path="${out-debug-package}" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
<target name="astyle">
|
||||||
|
<exec executable="astyle" failonerror="true">
|
||||||
|
<arg line="--style=java --indent=spaces=4 --brackets=attach --convert-tabs --unpad-paren --pad-header --pad-oper --suffix=none --recursive 'src/com/fsck/k9/*.java'"/>
|
||||||
|
</exec>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="help">
|
<target name="help">
|
||||||
<!-- displays starts at col 13
|
<!-- displays starts at col 13
|
||||||
@ -170,6 +175,7 @@
|
|||||||
<echo> device.</echo>
|
<echo> device.</echo>
|
||||||
<echo> bump-version: ant -Dversion-name=3.123</echo>
|
<echo> bump-version: ant -Dversion-name=3.123</echo>
|
||||||
<echo> Bumps the project version to 3.123,tags and commits it</echo>
|
<echo> Bumps the project version to 3.123,tags and commits it</echo>
|
||||||
|
<echo> astyle: Make K-9's source look like it's supposed to</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user