OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANT
(Results
1 - 2
of
2
) 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;
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java
40
* Class representing project properties for both ADT and
Ant
-based build.
86
ANT
(SdkConstants.FN_ANT_PROPERTIES, BUILD_HEADER, new String[] {
177
"# To customize properties used by the
Ant
build system use,\n" +
178
"# \"
ant
.properties\", and override values to adapt the script to your\n" +
184
"# This file is used to override default values used by the
Ant
build system.\n" +
189
"# This file is only used by the
Ant
script.\n" +
Completed in 6520 milliseconds