HomeSort by relevance Sort by last modified time
    Searched refs:CONTAINER_LIBRARIES (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 86 new Path(AdtConstants.CONTAINER_LIBRARIES),
117 if (AdtConstants.CONTAINER_LIBRARIES.equals(containerPath.toString())) {
120 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_LIBRARIES),
148 if (AdtConstants.CONTAINER_LIBRARIES.equals(path)) {
159 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_LIBRARIES),
360 new Path(AdtConstants.CONTAINER_LIBRARIES),
ProjectHelper.java 322 if (AdtConstants.CONTAINER_LIBRARIES.equals(path)) {
341 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_LIBRARIES)));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 68 public final static String CONTAINER_LIBRARIES = "com.android.ide.eclipse.adt.LIBRARIES"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java     [all...]

Completed in 71 milliseconds