Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLibrary (0.18 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/internal/WtpClasspathAttributeSupport.java

            } else {
                return Collections.emptyMap();
            }
        }
    
        private Map<String, Object> createDeploymentAttribute(AbstractLibrary entry) {
            File file = entry.getLibrary().getFile();
            if (!isUtilityProject) {
                if (rootConfigFiles.contains(file)) {
                    return ImmutableMap.of(AbstractClasspathEntry.COMPONENT_DEPENDENCY_ATTRIBUTE, "/");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 13:57:30 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top