mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Move flag from old registry.properties to proper xml file IDEA-134885
GitOrigin-RevId: 39d36c6a6e5e995dd0639332b2c2fd9ed04d504a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2bf30070d5
commit
d706fb94b6
@@ -77,6 +77,9 @@
|
||||
<registryKey key="external.system.incomplete.dependencies.state.during.sync" defaultValue="true"
|
||||
description="Indicates project state as incomplete during sync with external build system"/>
|
||||
|
||||
<registryKey key="external.system.substitute.library.dependencies" defaultValue="false"
|
||||
description="Replace library dependencies with module dependencies imported from external build systems like Maven/Gradle"/>
|
||||
|
||||
<externalProjectDataService implementation="com.intellij.openapi.externalSystem.service.project.manage.ProjectDataServiceImpl"/>
|
||||
<externalProjectDataService implementation="com.intellij.openapi.externalSystem.service.project.manage.LibraryDataService"/>
|
||||
<externalProjectDataService implementation="com.intellij.openapi.externalSystem.service.project.manage.ModuleDataService"/>
|
||||
|
||||
@@ -1634,8 +1634,6 @@ project.structure.add.tools.jar.to.new.jdk.description=Automatically add tools.j
|
||||
project.qualified.module.names=true
|
||||
project.qualified.module.names.description=Organize module nodes accordingly to their qualified (dot-separated) names
|
||||
|
||||
external.system.substitute.library.dependencies=false
|
||||
external.system.substitute.library.dependencies.description=Replace library dependencies with module dependencies imported from external build systems like Maven/Gradle
|
||||
external.system.configuration.import.enabled=true
|
||||
external.system.configuration.import.enabled.description=Enable import of IntelliJ specific settings from external build system
|
||||
external.system.auto.import.disabled=false
|
||||
|
||||
Reference in New Issue
Block a user