Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GenerateEclipseClasspath (0.47 sec)

  1. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/eclipse/EclipsePlugin.java

                    final TaskProvider<GenerateEclipseClasspath> task = project.getTasks().register(ECLIPSE_CP_TASK_NAME, GenerateEclipseClasspath.class, model.getClasspath());
                    task.configure(new Action<GenerateEclipseClasspath>() {
                        @Override
                        public void execute(final GenerateEclipseClasspath task) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    +
    Generates the `.project` file.
    
    `eclipseClasspath` — link:{groovyDslPath}/org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath.html[GenerateEclipseClasspath]::
    +
    Generates the `.classpath` file.
    
    `eclipseJdt` — link:{groovyDslPath}/org.gradle.plugins.ide.eclipse.GenerateEclipseJdt.html[GenerateEclipseJdt]::
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseClasspath.java

    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    
    /**
     * The build path settings for the generated Eclipse project. Used by the
     * {@link org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath} task to generate an Eclipse .classpath file.
     * <p>
     * The following example demonstrates the various configuration options.
     * Keep in mind that all properties have sensible defaults; only configure them explicitly
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/dsl.xml

                <tr>
                    <td>org.gradle.plugins.ide.eclipse.GenerateEclipseProject</td>
                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath</td>
                </tr>
                <tr>
                    <td>org.gradle.plugins.ide.eclipse.GenerateEclipseJdt</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)
Back to top