adding a "all" target in build.xml which depends of debug,javadoc and clean (for the nightlybuild)
--- a/build.xml Fri Dec 10 11:18:45 2010 +0100
+++ b/build.xml Wed Dec 15 19:41:39 2010 +0100
@@ -73,6 +73,8 @@
<delete verbose="false" dir="gen"/>
</target>
+ <target name="all" depends="javadoc,debug,clean"/>
+
<target name="javadoc">
<javadoc author="true" destdir="${javadoc.output}" doctitle="Beem javadoc" source="1.6" sourcepath="${source.dir}" use="true" version="false" bootclasspathref="android.target.classpath">
<classpath>