Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for refProject (0.13 sec)

  1. platforms/ide/ide-plugins/src/test/resources/org/gradle/plugins/ide/eclipse/model/customProject.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
        <name>test</name>
        <comment>for testing</comment>
        <projects>
            <project>refProject</project>
        </projects>
        <buildSpec>
            <buildCommand>
                <name>org.eclipse.jdt.core.scalabuilder</name>
                <arguments>
                    <dictionary>
                        <key>climate</key>
                        <value>cold</value>
                    </dictionary>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/model/ProjectTest.groovy

    import org.gradle.util.TestUtil
    import org.junit.Rule
    import spock.lang.Specification
    
    class ProjectTest extends Specification {
        def static final CUSTOM_REFERENCED_PROJECTS = ['refProject'] as LinkedHashSet
        def static final CUSTOM_BUILD_COMMANDS = [new BuildCommand('org.eclipse.jdt.core.scalabuilder', [climate: 'cold'])]
        def static final CUSTOM_NATURES = ['org.eclipse.jdt.core.scalanature']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top