Home | History | Annotate | Download | only in ant

Lines Matching full:project

2  * Copyright (C) 2012 The Android Open Source Project
24 import com.android.sdklib.internal.project.IPropertySource;
25 import com.android.sdklib.internal.project.ProjectProperties;
26 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
137 * @param projectFolder the project root folder.
148 PropertyType.PROJECT);
150 properties.makeWorkingCopy().merge(PropertyType.PROJECT);
160 * @param projectFolder the project root folder.
161 * @param source an {@link IPropertySource} that can provide the project properties values.
217 * project properties.
218 * @param baseFolder the base folder of the project (to resolve relative paths)
219 * @param properties a source of project properties.
238 File projectProp = new File(library, PropertyType.PROJECT.getFilename());
242 "%1$s resolve to a path with no %2$s file for project %3$s", rootPath,
243 PropertyType.PROJECT.getFilename(), baseFolder.getAbsolutePath()));
277 new FolderWrapper(library), PropertyType.PROJECT);