HomeSort by relevance Sort by last modified time
    Searched refs:ANT (Results 1 - 6 of 6) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 80 /** OS Path to the "ant" folder which contains the ant build rules (ver 2 and above) */
81 public final static int ANT = 24;
PlatformTarget.java 118 mPaths.put(ANT, mRootFolderOsPath + SdkConstants.OS_PLATFORM_ANT_FOLDER);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 87 /** The xpath to find a project name in an Ant build file. */
217 PropertyType.ANT);
602 // legacy: check if build.properties must be renamed to ant.properties.
603 props = ProjectProperties.load(projectFolder, PropertyType.ANT);
609 propsWC = props.makeWorkingCopy(PropertyType.ANT);
617 PropertyType.ANT.getFilename());
620 PropertyType.ANT.getFilename(),
651 "\t located at <SDK>/tools/ant/build.xml\n" +
    [all...]
ProjectProperties.java 45 * Class representing project properties for both ADT and Ant-based build.
91 ANT(SdkConstants.FN_ANT_PROPERTIES, BUILD_HEADER, new String[] {
182 "# To customize properties used by the Ant build system edit\n" +
183 "# \"ant.properties\", and override values to adapt the script to your\n" +
188 // Note: always use / separators in the properties paths. Both Ant and
197 "# This file is used to override default values used by the Ant build system.\n" +
202 "# This file is only used by the Ant script.\n" +
  /sdk/anttasks/src/com/android/ant/
DependencyHelper.java 17 package com.android.ant;
28 import org.apache.tools.ant.BuildException;
105 // called the same (in Ant) but are not actually the same jar file.
144 PropertyType.ANT);
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 348 milliseconds