OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
97
new Path(AdtConstants.
CONTAINER_DEPENDENCIES
),
136
} else if(AdtConstants.
CONTAINER_DEPENDENCIES
.equals(containerPath.toString())) {
139
JavaCore.setClasspathContainer(new Path(AdtConstants.
CONTAINER_DEPENDENCIES
),
391
return allocateContainer(javaProject, entries, new Path(
CONTAINER_DEPENDENCIES
),
530
if (!e.getPath().toString().equals(
CONTAINER_DEPENDENCIES
) && e.isExported()) {
ProjectHelper.java
353
} else if (AdtConstants.
CONTAINER_DEPENDENCIES
.equals(path)) {
402
new Path(AdtConstants.
CONTAINER_DEPENDENCIES
), true));
409
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 70 milliseconds