Thanks for all those great ideas everybody.
Two ideas that I liked the most were:
1. add a description to the target, making it non-internal. Then click the
"Hide Internal Targets" toolbar button in Eclipse ant View.
2. Use a special prefix for internal ant targets. The standard seems to be
'-
My ant build file is getting quite long and has a lot of targets. When I
view the ant file in Eclipse it can be difficult to see which targets are
the top-level ones which I would call and which are just helper targets like
"init".
Is it possible to remove some of the "targets" from the external