Searched refs:jars (Results 1 – 11 of 11) sorted by relevance
4 jars.compile.order =
6 jars.compile.order = .
4 - Add to this library the jar located in jars/basicJar.jar
4 - Add to this library the jar located in lib1/jars/basicJar3.jar
38 echo Copying jars to be embedded inside the ADT plugins
242 List<String> jars = new ArrayList<String>(); in exportReleaseApk() local249 jars.add(path); in exportReleaseApk()259 helper.runProguard(proguardConfigFiles, inputJar, jars, obfuscatedJar, in exportReleaseApk()
21 # bootclasspath - The base jars to compile against (typicaly rt.jar)87 #Set to true if you want to sign jars189 # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE214 # Whether or not to include debug info in the output jars
271 URL[] jars = getExternalJars(); in loadClassFromJar() local273 mJarClassLoader = new URLClassLoader(jars, this /* parent */); in loadClassFromJar()
883 File[] jars = libs.listFiles();884 if (jars != null) {885 for (File jar : jars) {
3 // copydeps: copies tools/base, tools/swt and prebuilt jars into plugins' libs folder
708 - Support for external jars that are not under the project root