build.xml
changeset 158 8189aa05293e
parent 105 c6e4728ac9f7
child 359 dff3e3f715d9
equal deleted inserted replaced
157:eab125573dee 158:8189aa05293e
    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: