Home | History | Annotate | Download | only in ant

Lines Matching full:classpath

414                         bootclasspathrefOut="android.target.classpath"
581 <!-- If android rules are used for a test project, its classpath should include
583 <condition property="extensible.classpath"
588 <condition property="extensible.libs.classpath"
597 bootclasspathref="android.target.classpath"
599 classpath="${extensible.classpath}"
603 <classpath>
604 <fileset dir="${extensible.libs.classpath}" includes="*.jar" />
605 </classpath>
677 <taskdef name="proguard" classname="proguard.ant.ProGuardTask" classpath="${proguard.jar}" />
679 <!-- Set the android classpath Path object into a single property. It'll be
683 <pathconvert property="android.libraryjars" refid="android.target.classpath">