mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
At the moment, when the user renames artifact, IJ saves the new name on every keystroke. That means, that during typing, one artifact may have the same name as some other artifact even if the target name is not the same. Workspace model doesn't allow us to store artifacts with the same names, so we should not update the artifact name in case it already exists. GitOrigin-RevId: a0565388e618dbbcbd6524cbf22e54c4748983f0
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$/testSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.ui" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
<orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" />
|
|
</component>
|
|
</module> |