Home | History | Annotate | Download | only in files

Lines Matching full:classpath

11         Additionnaly, the task sets up the following classpath reference:
12 android.target.classpath
13 This is used by the compiler task as the boot classpath.
241 <!-- If android rules are used for a test project, its classpath should include
243 <condition property="extensible.classpath"
247 <condition property="extensible.libs.classpath"
253 bootclasspathref="android.target.classpath"
254 verbose="${verbose}" classpath="${extensible.classpath}"
259 <classpath>
261 <fileset dir="${extensible.libs.classpath}" includes="*.jar" />
262 </classpath>