build.xml
changeset 159 cc5e55656735
parent 158 8189aa05293e
child 359 dff3e3f715d9
equal deleted inserted replaced
154:60c5f4d64a2b 159:cc5e55656735
    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: