build.xml
changeset 826 2116f901307e
parent 825 0f18c9828716
--- a/build.xml	Wed Dec 15 19:41:39 2010 +0100
+++ b/build.xml	Wed Dec 15 20:09:56 2010 +0100
@@ -73,7 +73,7 @@
 	<delete verbose="false" dir="gen"/>
     </target>
 
-    <target name="all" depends="javadoc,debug,clean"/>
+    <target name="all" depends="clean,debug,javadoc"/>
 
     <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">