Home
last modified time | relevance | path

Searched refs:CONTAINER_DEPENDENCIES (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java19 import static com.android.ide.eclipse.adt.AdtConstants.CONTAINER_DEPENDENCIES;
97 new Path(AdtConstants.CONTAINER_DEPENDENCIES), in updateProjects()
136 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) { in initialize()
139 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES), in initialize()
391 return allocateContainer(javaProject, entries, new Path(CONTAINER_DEPENDENCIES), in allocateDependencyContainer()
530 if (!e.getPath().toString().equals(CONTAINER_DEPENDENCIES) && e.isExported()) { in getDependencyListFromClasspath()
DProjectHelper.java353 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) { in fixProjectClasspathEntries()
402 new Path(AdtConstants.CONTAINER_DEPENDENCIES), true)); in fixProjectClasspathEntries()
409 new Path(AdtConstants.CONTAINER_DEPENDENCIES), in fixProjectClasspathEntries()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtConstants.java69 public final static String CONTAINER_DEPENDENCIES = "com.android.ide.eclipse.adt.DEPENDENCIES"; field in AdtConstants
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java1029 e.getPath().toString().equals(AdtConstants.CONTAINER_DEPENDENCIES))) { in gatherPaths()