maj du build.xml pour pouvoir compiler avec ant
authorNikita Kozlov <nikita@beem-project.com>
Sun, 06 Sep 2009 23:36:49 +0200
changeset 359 dff3e3f715d9
parent 358 6b9900c70fa1
child 360 13356aeb873c
child 366 76bfb3e8e129
child 367 284a4c4e8a11
maj du build.xml pour pouvoir compiler avec ant
build.xml
--- 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>