OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTAINER_PRIVATE_LIBRARIES
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java
68
public final static String
CONTAINER_PRIVATE_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/project/
LibraryClasspathContainerInitializer.java
93
new Path(AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
),
127
if (AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
.equals(containerPath.toString())) {
130
JavaCore.setClasspathContainer(new Path(AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
),
197
return allocateContainer(javaProject, entries, new Path(AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
),
ProjectHelper.java
351
} else if (AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
.equals(path)) {
383
new Path(AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
), true));
390
new Path(AdtConstants.
CONTAINER_PRIVATE_LIBRARIES
),
[
all
...]
Completed in 57 milliseconds