Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java173 Set<IProject> refProjects = new HashSet<IProject>(); in allocateLibraryContainer() local
180 getDependencyListFromClasspath(libProject, refProjects, jarFiles, true); in allocateLibraryContainer()
184 processReferencedProjects(iProject, refProjects, jarFiles); in allocateLibraryContainer()
191 for (IProject p : refProjects) { in allocateLibraryContainer()