From 7f6ed24e3c7e41aebddc08ba8ff5ca4aa267d069 Mon Sep 17 00:00:00 2001 From: Daniil Ovchinnikov Date: Tue, 12 May 2020 18:56:56 +0300 Subject: [PATCH] rename "Groovy" library to "org.codehaus.groovy:groovy" for consistency GitOrigin-RevId: 515c9c93fba3c6104c7c42b75373c7867321843b --- .idea/libraries/{Groovy.xml => org_codehaus_groovy_groovy.xml} | 2 +- java/java-tests/intellij.java.tests.iml | 2 +- jps/standalone-builder/intellij.tools.jps.build.standalone.iml | 2 +- .../jetbrains/intellij/build/CommunityLibraryLicenses.groovy | 3 ++- .../intellij.platform.externalSystem.impl.iml | 2 +- platform/lang-impl/intellij.platform.lang.impl.iml | 2 +- platform/lang-impl/intellij.platform.lang.tests.iml | 2 +- platform/platform-tests/intellij.platform.tests.iml | 2 +- .../structuralsearch/intellij.platform.structuralSearch.iml | 2 +- .../intellij.platform.structuralSearch.tests.iml | 2 +- platform/testFramework/intellij.platform.testFramework.iml | 2 +- platform/util/testSrc/intellij.platform.util.tests.iml | 2 +- plugins/gradle/intellij.gradle.common.iml | 2 +- .../tooling-extension-api/intellij.gradle.toolingExtension.iml | 2 +- .../intellij.gradle.toolingExtension.impl.iml | 2 +- plugins/groovy/groovy-psi/intellij.groovy.psi.iml | 2 +- plugins/groovy/intellij.groovy.iml | 2 +- plugins/groovy/rt/intellij.groovy.rt.iml | 2 +- .../intellij.pycharm.community.build.dependencies.iml | 2 +- python/helpers/tests/intellij.python.helpers.tests.iml | 2 +- python/intellij.python.community.impl.iml | 2 +- python/testSrc/intellij.python.community.tests.iml | 2 +- xml/tests/intellij.xml.tests.iml | 2 +- 23 files changed, 24 insertions(+), 23 deletions(-) rename .idea/libraries/{Groovy.xml => org_codehaus_groovy_groovy.xml} (86%) diff --git a/.idea/libraries/Groovy.xml b/.idea/libraries/org_codehaus_groovy_groovy.xml similarity index 86% rename from .idea/libraries/Groovy.xml rename to .idea/libraries/org_codehaus_groovy_groovy.xml index fbb2499a57be..62e776cacc3f 100644 --- a/.idea/libraries/Groovy.xml +++ b/.idea/libraries/org_codehaus_groovy_groovy.xml @@ -1,5 +1,5 @@ - + diff --git a/java/java-tests/intellij.java.tests.iml b/java/java-tests/intellij.java.tests.iml index 26fab9e933b1..1f69a4579d0e 100644 --- a/java/java-tests/intellij.java.tests.iml +++ b/java/java-tests/intellij.java.tests.iml @@ -27,7 +27,7 @@ - + diff --git a/jps/standalone-builder/intellij.tools.jps.build.standalone.iml b/jps/standalone-builder/intellij.tools.jps.build.standalone.iml index bd9dfde44b24..4571d9c02b38 100644 --- a/jps/standalone-builder/intellij.tools.jps.build.standalone.iml +++ b/jps/standalone-builder/intellij.tools.jps.build.standalone.iml @@ -7,7 +7,7 @@ - + diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index edadea6a69d5..7c2a461afc83 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -238,7 +238,8 @@ class CommunityLibraryLicenses { new LibraryLicense(name: "Grazie Language Tool (English)", libraryName: "tanvd.grazi.languagetool:grazi-language-tool-en:4.7.10", license: "LGPL 2.1", licenseUrl: "http://www.gnu.org/licenses/lgpl-2.1.txt"), - new LibraryLicense(libraryName: "Groovy", license: "Apache 2.0", url: "https://groovy-lang.org/"), + new LibraryLicense(name: "Groovy", libraryName: "org.codehaus.groovy:groovy", + license: "Apache 2.0", url: "https://groovy-lang.org/"), new LibraryLicense(name: "Groovy Ant", libraryName: "org.codehaus.groovy:groovy-ant", license: "Apache 2.0", url: "https://groovy-lang.org/"), new LibraryLicense(name: "Groovy Doc", libraryName: "org.codehaus.groovy:groovy-groovydoc", diff --git a/platform/external-system-impl/intellij.platform.externalSystem.impl.iml b/platform/external-system-impl/intellij.platform.externalSystem.impl.iml index 3fd5b6adeecd..e8fc22071b51 100644 --- a/platform/external-system-impl/intellij.platform.externalSystem.impl.iml +++ b/platform/external-system-impl/intellij.platform.externalSystem.impl.iml @@ -14,7 +14,7 @@ - + diff --git a/platform/lang-impl/intellij.platform.lang.impl.iml b/platform/lang-impl/intellij.platform.lang.impl.iml index 4eaff235d558..1c3b5d560a5f 100644 --- a/platform/lang-impl/intellij.platform.lang.impl.iml +++ b/platform/lang-impl/intellij.platform.lang.impl.iml @@ -29,7 +29,7 @@ - + diff --git a/platform/lang-impl/intellij.platform.lang.tests.iml b/platform/lang-impl/intellij.platform.lang.tests.iml index 5f7eb2ea9b59..4783de948598 100644 --- a/platform/lang-impl/intellij.platform.lang.tests.iml +++ b/platform/lang-impl/intellij.platform.lang.tests.iml @@ -18,7 +18,7 @@ - + diff --git a/platform/platform-tests/intellij.platform.tests.iml b/platform/platform-tests/intellij.platform.tests.iml index 45e08d1ae580..bb20572a8397 100644 --- a/platform/platform-tests/intellij.platform.tests.iml +++ b/platform/platform-tests/intellij.platform.tests.iml @@ -22,7 +22,7 @@ - + diff --git a/platform/structuralsearch/intellij.platform.structuralSearch.iml b/platform/structuralsearch/intellij.platform.structuralSearch.iml index cf10784f152a..0370af656526 100644 --- a/platform/structuralsearch/intellij.platform.structuralSearch.iml +++ b/platform/structuralsearch/intellij.platform.structuralSearch.iml @@ -12,7 +12,7 @@ - + diff --git a/platform/structuralsearch/intellij.platform.structuralSearch.tests.iml b/platform/structuralsearch/intellij.platform.structuralSearch.tests.iml index 6128db311b39..44fedcb1653d 100644 --- a/platform/structuralsearch/intellij.platform.structuralSearch.tests.iml +++ b/platform/structuralsearch/intellij.platform.structuralSearch.tests.iml @@ -7,7 +7,7 @@ - + diff --git a/platform/testFramework/intellij.platform.testFramework.iml b/platform/testFramework/intellij.platform.testFramework.iml index 177fd7af6102..bf07fe76ec8a 100644 --- a/platform/testFramework/intellij.platform.testFramework.iml +++ b/platform/testFramework/intellij.platform.testFramework.iml @@ -18,7 +18,7 @@ - + diff --git a/platform/util/testSrc/intellij.platform.util.tests.iml b/platform/util/testSrc/intellij.platform.util.tests.iml index 7d5de0b5ac8f..766f3049b6a4 100644 --- a/platform/util/testSrc/intellij.platform.util.tests.iml +++ b/platform/util/testSrc/intellij.platform.util.tests.iml @@ -7,7 +7,7 @@ - + diff --git a/plugins/gradle/intellij.gradle.common.iml b/plugins/gradle/intellij.gradle.common.iml index 2172519d2031..55f2b28f9cd8 100644 --- a/plugins/gradle/intellij.gradle.common.iml +++ b/plugins/gradle/intellij.gradle.common.iml @@ -19,7 +19,7 @@ - + diff --git a/plugins/gradle/tooling-extension-api/intellij.gradle.toolingExtension.iml b/plugins/gradle/tooling-extension-api/intellij.gradle.toolingExtension.iml index 250120d65816..79a26f50e3fe 100644 --- a/plugins/gradle/tooling-extension-api/intellij.gradle.toolingExtension.iml +++ b/plugins/gradle/tooling-extension-api/intellij.gradle.toolingExtension.iml @@ -14,7 +14,7 @@ - + \ No newline at end of file diff --git a/plugins/gradle/tooling-extension-impl/intellij.gradle.toolingExtension.impl.iml b/plugins/gradle/tooling-extension-impl/intellij.gradle.toolingExtension.impl.iml index 855c509d5440..849d54afb533 100644 --- a/plugins/gradle/tooling-extension-impl/intellij.gradle.toolingExtension.impl.iml +++ b/plugins/gradle/tooling-extension-impl/intellij.gradle.toolingExtension.impl.iml @@ -11,7 +11,7 @@ - + diff --git a/plugins/groovy/groovy-psi/intellij.groovy.psi.iml b/plugins/groovy/groovy-psi/intellij.groovy.psi.iml index 2f2874aae7ae..39479ac51824 100644 --- a/plugins/groovy/groovy-psi/intellij.groovy.psi.iml +++ b/plugins/groovy/groovy-psi/intellij.groovy.psi.iml @@ -9,7 +9,7 @@ - + diff --git a/plugins/groovy/intellij.groovy.iml b/plugins/groovy/intellij.groovy.iml index 75da5c22cfe3..6cbf9c9dbd94 100644 --- a/plugins/groovy/intellij.groovy.iml +++ b/plugins/groovy/intellij.groovy.iml @@ -20,7 +20,7 @@ - + diff --git a/plugins/groovy/rt/intellij.groovy.rt.iml b/plugins/groovy/rt/intellij.groovy.rt.iml index 27ce309ba8d0..e181ed9414e2 100644 --- a/plugins/groovy/rt/intellij.groovy.rt.iml +++ b/plugins/groovy/rt/intellij.groovy.rt.iml @@ -7,7 +7,7 @@ - + diff --git a/python/build/dependencies/intellij.pycharm.community.build.dependencies.iml b/python/build/dependencies/intellij.pycharm.community.build.dependencies.iml index 0a81ce4fb0dc..d8a4be276f3a 100644 --- a/python/build/dependencies/intellij.pycharm.community.build.dependencies.iml +++ b/python/build/dependencies/intellij.pycharm.community.build.dependencies.iml @@ -8,6 +8,6 @@ - + \ No newline at end of file diff --git a/python/helpers/tests/intellij.python.helpers.tests.iml b/python/helpers/tests/intellij.python.helpers.tests.iml index e04803a214ab..6db5f4e3baf6 100644 --- a/python/helpers/tests/intellij.python.helpers.tests.iml +++ b/python/helpers/tests/intellij.python.helpers.tests.iml @@ -12,6 +12,6 @@ - + \ No newline at end of file diff --git a/python/intellij.python.community.impl.iml b/python/intellij.python.community.impl.iml index ee6795bd0e18..7cf9402d8a43 100644 --- a/python/intellij.python.community.impl.iml +++ b/python/intellij.python.community.impl.iml @@ -33,7 +33,7 @@ - + diff --git a/python/testSrc/intellij.python.community.tests.iml b/python/testSrc/intellij.python.community.tests.iml index 466394b98823..54565464f639 100644 --- a/python/testSrc/intellij.python.community.tests.iml +++ b/python/testSrc/intellij.python.community.tests.iml @@ -13,7 +13,7 @@ - + diff --git a/xml/tests/intellij.xml.tests.iml b/xml/tests/intellij.xml.tests.iml index 57a65e39b43f..2c56168fa43c 100644 --- a/xml/tests/intellij.xml.tests.iml +++ b/xml/tests/intellij.xml.tests.iml @@ -11,7 +11,7 @@ - +