From a8d3822f449040c492d046281471fec8f15836d6 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Fri, 2 Aug 2024 18:48:39 +0200 Subject: [PATCH] IJPL-159596 descriptors for some platform modules and test libs required for running Rider tests on production classpath GitOrigin-RevId: d202ec6be7b832a7dbea981e62064102dcea180e --- java/java-runtime/resources/intellij.java.rt.xml | 2 ++ libraries/junit5/intellij.libraries.junit5.iml | 12 ++++++++++++ .../junit5/resources/intellij.libraries.junit5.xml | 2 ++ libraries/testng/intellij.libraries.testng.iml | 12 ++++++++++++ .../testng/resources/intellij.libraries.testng.xml | 2 ++ .../intellij.platform.testFramework.common.iml | 1 + .../intellij.platform.testFramework.common.xml | 5 +++++ .../core/intellij.platform.testFramework.core.iml | 1 + .../intellij.platform.testFramework.core.xml | 6 ++++++ .../impl/intellij.platform.testFramework.impl.iml | 1 + .../intellij.platform.testFramework.impl.xml | 5 +++++ .../intellij.platform.testFramework.iml | 1 + .../resources/intellij.platform.testFramework.xml | 12 ++++++++++++ 13 files changed, 62 insertions(+) create mode 100644 java/java-runtime/resources/intellij.java.rt.xml create mode 100644 libraries/junit5/intellij.libraries.junit5.iml create mode 100644 libraries/junit5/resources/intellij.libraries.junit5.xml create mode 100644 libraries/testng/intellij.libraries.testng.iml create mode 100644 libraries/testng/resources/intellij.libraries.testng.xml create mode 100644 platform/testFramework/common/resources/intellij.platform.testFramework.common.xml create mode 100644 platform/testFramework/core/resources/intellij.platform.testFramework.core.xml create mode 100644 platform/testFramework/impl/resources/intellij.platform.testFramework.impl.xml create mode 100644 platform/testFramework/resources/intellij.platform.testFramework.xml diff --git a/java/java-runtime/resources/intellij.java.rt.xml b/java/java-runtime/resources/intellij.java.rt.xml new file mode 100644 index 000000000000..6fb76a66265d --- /dev/null +++ b/java/java-runtime/resources/intellij.java.rt.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/libraries/junit5/intellij.libraries.junit5.iml b/libraries/junit5/intellij.libraries.junit5.iml new file mode 100644 index 000000000000..ca3919e05445 --- /dev/null +++ b/libraries/junit5/intellij.libraries.junit5.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/junit5/resources/intellij.libraries.junit5.xml b/libraries/junit5/resources/intellij.libraries.junit5.xml new file mode 100644 index 000000000000..6fb76a66265d --- /dev/null +++ b/libraries/junit5/resources/intellij.libraries.junit5.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/libraries/testng/intellij.libraries.testng.iml b/libraries/testng/intellij.libraries.testng.iml new file mode 100644 index 000000000000..ff694375f4c2 --- /dev/null +++ b/libraries/testng/intellij.libraries.testng.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/testng/resources/intellij.libraries.testng.xml b/libraries/testng/resources/intellij.libraries.testng.xml new file mode 100644 index 000000000000..6fb76a66265d --- /dev/null +++ b/libraries/testng/resources/intellij.libraries.testng.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/platform/testFramework/common/intellij.platform.testFramework.common.iml b/platform/testFramework/common/intellij.platform.testFramework.common.iml index 1ce8eaf12e17..4c3a15ea68e4 100644 --- a/platform/testFramework/common/intellij.platform.testFramework.common.iml +++ b/platform/testFramework/common/intellij.platform.testFramework.common.iml @@ -3,6 +3,7 @@ + diff --git a/platform/testFramework/common/resources/intellij.platform.testFramework.common.xml b/platform/testFramework/common/resources/intellij.platform.testFramework.common.xml new file mode 100644 index 000000000000..8b455164144a --- /dev/null +++ b/platform/testFramework/common/resources/intellij.platform.testFramework.common.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/platform/testFramework/core/intellij.platform.testFramework.core.iml b/platform/testFramework/core/intellij.platform.testFramework.core.iml index 9f21ff119ff7..659f8d234395 100644 --- a/platform/testFramework/core/intellij.platform.testFramework.core.iml +++ b/platform/testFramework/core/intellij.platform.testFramework.core.iml @@ -3,6 +3,7 @@ + diff --git a/platform/testFramework/core/resources/intellij.platform.testFramework.core.xml b/platform/testFramework/core/resources/intellij.platform.testFramework.core.xml new file mode 100644 index 000000000000..db964f2b0ccf --- /dev/null +++ b/platform/testFramework/core/resources/intellij.platform.testFramework.core.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/platform/testFramework/impl/intellij.platform.testFramework.impl.iml b/platform/testFramework/impl/intellij.platform.testFramework.impl.iml index a4be979ba3e2..e138679a8292 100644 --- a/platform/testFramework/impl/intellij.platform.testFramework.impl.iml +++ b/platform/testFramework/impl/intellij.platform.testFramework.impl.iml @@ -3,6 +3,7 @@ + diff --git a/platform/testFramework/impl/resources/intellij.platform.testFramework.impl.xml b/platform/testFramework/impl/resources/intellij.platform.testFramework.impl.xml new file mode 100644 index 000000000000..8b455164144a --- /dev/null +++ b/platform/testFramework/impl/resources/intellij.platform.testFramework.impl.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/platform/testFramework/intellij.platform.testFramework.iml b/platform/testFramework/intellij.platform.testFramework.iml index 321433a53faa..c1a2940ebf25 100644 --- a/platform/testFramework/intellij.platform.testFramework.iml +++ b/platform/testFramework/intellij.platform.testFramework.iml @@ -6,6 +6,7 @@ + diff --git a/platform/testFramework/resources/intellij.platform.testFramework.xml b/platform/testFramework/resources/intellij.platform.testFramework.xml new file mode 100644 index 000000000000..2554cec6f9a9 --- /dev/null +++ b/platform/testFramework/resources/intellij.platform.testFramework.xml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file