equal
deleted
inserted
replaced
44 <pathelement path="${sdk-location}/tools/lib/jarutils.jar" /> |
44 <pathelement path="${sdk-location}/tools/lib/jarutils.jar" /> |
45 </path> |
45 </path> |
46 |
46 |
47 <taskdef name="setup" |
47 <taskdef name="setup" |
48 classname="com.android.ant.SetupTask" |
48 classname="com.android.ant.SetupTask" |
49 classpathref="android.antlibs"/> |
49 classpathref="android.antlibs"/> |
50 |
50 |
51 <!-- Execute the Android Setup task that will setup some properties specific to the target, |
51 <!-- Execute the Android Setup task that will setup some properties specific to the target, |
52 and import the rules files. |
52 and import the rules files. |
53 To customize the rules, copy/paste them below the task, and disable import by setting |
53 To customize the rules, copy/paste them below the task, and disable import by setting |
54 the import attribute to false: |
54 the import attribute to false: |