changeset 816:2116f901307e

fix build order in the target "all"
author Nikita Kozlov <nikita@mbdsys.com>
date Wed, 15 Dec 2010 20:09:56 +0100
parents 0f18c9828716
children 696b2880c994 8005cd552571
files build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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">