Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 230 for ECLIPSE (0.69 seconds)

  1. build-tools-internal/src/main/resources/eclipse.settings/org.eclipse.jdt.core.prefs

    # org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
    # org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning
    # org.eclipse.jdt.core.compiler.problem.nullReference=warning
    # org.eclipse.jdt.core.compiler.problem.nullSpecViolation=warning
    # org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 08 16:53:28 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/resources/eclipse.settings/org.eclipse.jdt.ui.prefs

    eclipse.preferences.version=1
    formatter_settings_version=12
    # Intellij IDEA import order
    org.eclipse.jdt.ui.importorder=;com;org;java;javax;\#;
    # License header
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 4.9K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/resources/eclipse.settings/org.eclipse.core.resources.prefs

    eclipse.preferences.version=1
    encoding//src/main/java=UTF-8
    encoding//src/main/resources=UTF-8
    encoding//src/test/java=UTF-8
    encoding//src/test/resources=UTF-8
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 184 bytes
    - Click Count (0)
  4. .gitignore

    .idea/
    *.iml
    *.ipr
    *.iws
    build-idea/
    # Eclipse and Intellij put there build files in "out"
    out/
    
    # include shared intellij config
    !.idea/scopes/x_pack.xml
    !.idea/inspectionProfiles/Project_Default.xml
    !.idea/runConfigurations/Debug_Elasticsearch.xml
    !.idea/checkstyle-idea.xml
    
    # These files are generated in the main tree by IntelliJ
    benchmarks/src/main/generated/*
    
    # eclipse files
    .project
    .classpath
    .settings
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 10 23:06:44 GMT 2021
    - 1.2K bytes
    - Click Count (0)
  5. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt

            listOf("Bouncy Castle Licence"),
        ),
        EPL(
            "Eclipse Public License 1.0",
            "https://www.eclipse.org/legal/epl-v10.html",
            listOf("EPL-1.0", "Eclipse Public License v1.0"),
        ),
        EPL2(
            "Eclipse Public License 2.0",
            "https://www.eclipse.org/legal/epl-v20.html",
            listOf("EPL-2.0", "Eclipse Public License v2.0"),
        ),
        LGPL21(
            "LGPL 2.1",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 13:24:46 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  6. build-conventions/build.gradle

     * in compliance with, at your election, the Elastic License 2.0 or the Server
     * Side Public License, v 1.
     */
    
    import org.gradle.plugins.ide.eclipse.model.SourceFolder
    
    plugins {
        id 'java-gradle-plugin'
        id 'java-test-fixtures'
        id 'eclipse'
    }
    
    group = "org.elasticsearch"
    
    def minRuntimeJava = JavaVersion.toVersion(file('../build-tools-internal/src/main/resources/minimumRuntimeVersion').text)
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 2.7K bytes
    - Click Count (0)
  7. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java

    import org.gradle.plugins.ide.eclipse.EclipsePlugin;
    import org.gradle.plugins.ide.eclipse.model.Classpath;
    import org.gradle.plugins.ide.eclipse.model.EclipseModel;
    import org.gradle.plugins.ide.eclipse.model.EclipseProject;
    import org.gradle.plugins.ide.eclipse.model.ProjectDependency;
    import org.gradle.plugins.ide.eclipse.model.SourceFolder;
    import org.gradle.plugins.ide.eclipse.model.ClasspathEntry;
    
    import java.io.File;
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 6.4K bytes
    - Click Count (0)
  8. CONTRIBUTING.md

    ### Importing the project into Eclipse
    
    Elasticsearch builds using Gradle and Java 16. When importing into Eclipse you
    will either need to use an appropriate JDK to run Eclipse itself (e.g. by
    specifying the VM in [eclipse.ini](https://wiki.eclipse.org/Eclipse.ini) or by
    defining the JDK Gradle uses by setting **Preferences** > **Gradle** >
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
  9. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/TestWithDependenciesPlugin.java

                /* The changes this plugin makes both break and aren't needed by
                 * Eclipse. This is because Eclipse flattens main and test
                 * dependencies into a single dependency. Because Eclipse is
                 * "special".... */
                return;
            }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3.2K bytes
    - Click Count (0)
  10. apache-maven/src/main/appended-resources/META-INF/NOTICE.vm

    (https://rome.dev.java.net/). about.html in archive lib/org.eclipse.sisu.inject-0.3.5.jar http://www.w3.org/1999/xhtml Content-Type text/html; charset=ISO-8859-1 About org.eclipse.sisu.inject EN-US About org.eclipse.sisu.inject November 5, 2013 License The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available...
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Sep 10 19:27:25 GMT 2022
    - 5.5K bytes
    - Click Count (0)
Back to Top