Home
last modified time | relevance | path

Searched refs:jars (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
Dbuild.properties4 jars.compile.order =
/sdk/eclipse/plugins/com.android.ide.eclipse.base/
Dbuild.properties6 jars.compile.order = .
/sdk/testapps/userLibTest/
DREADME.txt4 - Add to this library the jar located in jars/basicJar.jar
/sdk/testapps/javaProjectTest/
DREADME.txt4 - Add to this library the jar located in lib1/jars/basicJar3.jar
/sdk/eclipse/scripts/
Dbuild_adt.sh38 echo Copying jars to be embedded inside the ADT plugins
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DExportHelper.java242 List<String> jars = new ArrayList<String>(); in exportReleaseApk() local
249 jars.add(path); in exportReleaseApk()
259 helper.runProguard(proguardConfigFiles, inputJar, jars, obfuscatedJar, in exportReleaseApk()
/sdk/eclipse/buildConfig/
Dbuild.properties21 # bootclasspath - The base jars to compile against (typicaly rt.jar)
87 #Set to true if you want to sign jars
189 # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE
214 # Whether or not to include debug info in the output jars
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectClassLoader.java271 URL[] jars = getExternalJars(); in loadClassFromJar() local
273 mJarClassLoader = new URLClassLoader(jars, this /* parent */); in loadClassFromJar()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintClient.java883 File[] jars = libs.listFiles();
884 if (jars != null) {
885 for (File jar : jars) {
/sdk/eclipse/
Dbuild.gradle3 // copydeps: copies tools/base, tools/swt and prebuilt jars into plugins' libs folder
Dchanges.txt708 - Support for external jars that are not under the project root