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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 19 import static com.android.ide.eclipse.adt.AdtConstants.CONTAINER_DEPENDENCIES;
97 new Path(AdtConstants.CONTAINER_DEPENDENCIES),
136 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) {
139 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES),
391 return allocateContainer(javaProject, entries, new Path(CONTAINER_DEPENDENCIES),
530 if (!e.getPath().toString().equals(CONTAINER_DEPENDENCIES) && e.isExported()) {
ProjectHelper.java 353 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) {
402 new Path(AdtConstants.CONTAINER_DEPENDENCIES), true));
409 new Path(AdtConstants.CONTAINER_DEPENDENCIES),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 69 public final static String CONTAINER_DEPENDENCIES = "com.android.ide.eclipse.adt.DEPENDENCIES";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java     [all...]

Completed in 412 milliseconds