mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJI-3032 run configurations are renamed
GitOrigin-RevId: 7d5e8ad377dbed2cac866e01b126a41c59c34215
This commit is contained in:
committed by
intellij-monorepo-bot
parent
617597eb41
commit
8d931f7681
+1
-1
@@ -1,5 +1,5 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Build IDEA Community Installers (current OS)" type="JetRunConfigurationType">
|
||||
<configuration default="false" name="Build IntelliJ IDEA Installers (current OS)" type="JetRunConfigurationType">
|
||||
<option name="MAIN_CLASS_NAME" value="OpenSourceCommunityInstallersBuildTarget" />
|
||||
<module name="intellij.idea.community.build" />
|
||||
<shortenClasspath name="ARGS_FILE" />
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="IDEA Community With Compose (dev build)" type="Application" factoryName="Application">
|
||||
<configuration default="false" name="IDEA With Compose (dev build)" type="Application" factoryName="Application">
|
||||
<option name="ALTERNATIVE_JRE_PATH" value="BUNDLED" />
|
||||
<envs>
|
||||
<env name="CLASSES_DIR" value="$PROJECT_DIR$/out/production" />
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="tests in community" type="JetRunConfigurationType">
|
||||
<configuration default="false" name="tests" type="JetRunConfigurationType">
|
||||
<option name="MAIN_CLASS_NAME" value="CommunityRunTestsBuildTarget" />
|
||||
<module name="intellij.idea.community.build" />
|
||||
<shortenClasspath name="NONE" />
|
||||
@@ -115,7 +115,7 @@ Installer build examples:
|
||||
> [!TIP]
|
||||
>
|
||||
> The `installers.cmd` is used to run [OpenSourceCommunityInstallersBuildTarget](build/src/OpenSourceCommunityInstallersBuildTarget.kt) from the command line.
|
||||
> You can also call it directly from IDEA, using run configuration `Build IDEA Community Installers (current OS)`.
|
||||
> You can also call it directly from IDEA, using run configuration `Build IntelliJ IDEA Installers (current OS)`.
|
||||
|
||||
|
||||
#### Dockerized Build Environment
|
||||
@@ -156,4 +156,4 @@ You may find the list of available properties in [TestingOptions.kt](platform/bu
|
||||
```
|
||||
|
||||
`tests.cmd` is used just to run [CommunityRunTestsBuildTarget](build/src/CommunityRunTestsBuildTarget.kt) from the command line.
|
||||
You can also call it directly from IDEA, see run configuration `tests in community` for an example.
|
||||
You can also call it directly from IDEA, see run configuration `tests` for an example.
|
||||
Reference in New Issue
Block a user