adding a "all" target in build.xml which depends of debug,javadoc and clean (for the nightlybuild)
authorNikita Kozlov <nikita@mbdsys.com>
Wed, 15 Dec 2010 19:41:39 +0100
changeset 825 0f18c9828716
parent 824 27a5b676b9f3
child 826 2116f901307e
adding a "all" target in build.xml which depends of debug,javadoc and clean (for the nightlybuild)
build.xml
--- 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>