Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for eclipseWtp (0.27 sec)

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

            isUtilityProject = !project.getPlugins().hasPlugin(WarPlugin.class) && !project.getPlugins().hasPlugin(EarPlugin.class);
            EclipseWtp eclipseWtp = model.getWtp();
            EclipseWtpComponent wtpComponent = eclipseWtp.getComponent();
            libDirName = wtpComponent.getLibDeployPath();
            Set<Configuration> rootConfigs = wtpComponent.getRootConfigurations();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 13:57:30 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.model.EclipseJdt</td>
                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.model.EclipseWtp</td>
                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.model.EclipseWtpComponent</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.eclipse.model.EclipseWtp.component(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (EclipseWtp.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.eclipse.model.EclipseWtp.getComponent()> does not have raw return type assignable to org.gradle.api.provider.Property in (EclipseWtp.java:0)
    Method <org.gradle.plugins.ide.eclipse.model.EclipseWtp.getFacet()> does not have raw return type assignable to org.gradle.api.provider.Property in (EclipseWtp.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top