--- a/build.xml Sun Sep 06 17:08:10 2009 +0200
+++ b/build.xml Sun Sep 06 23:36:49 2009 +0200
@@ -46,7 +46,7 @@
<taskdef name="setup"
classname="com.android.ant.SetupTask"
- classpathref="android.antlibs"/>
+ classpathref="android.antlibs"/>
<!-- Execute the Android Setup task that will setup some properties specific to the target,
and import the rules files.
@@ -58,18 +58,4 @@
targets are used.
-->
<setup />
-
- <target name="clean"
- description="Delete old build and dist directories">
- <delete verbose="false" dir="${out-folder}"/>
- </target>
-
- <target name="javadoc" depends="aidl"
- description="Build the javadoc">
- <javadoc sourcepath="${source-folder}" destdir="${javadoc-output}">
- <classpath>
- <fileset dir="${external-libs}" includes="*.jar" />
- </classpath>
- </javadoc>
- </target>
</project>