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;
94 new Path(AdtConstants.CONTAINER_DEPENDENCIES),
133 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) {
136 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES),
361 return allocateContainer(javaProject, entries, new Path(CONTAINER_DEPENDENCIES),
499 if (!e.getPath().toString().equals(CONTAINER_DEPENDENCIES) && e.isExported()) {
ProjectHelper.java 351 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) {
400 new Path(AdtConstants.CONTAINER_DEPENDENCIES), true));
407 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 139 milliseconds