mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
12 lines
529 B
XML
12 lines
529 B
XML
<idea-plugin>
|
|
<dependencies>
|
|
<module name="intellij.platform.testFramework.common" />
|
|
<module name="intellij.platform.testFramework.core" />
|
|
<module name="intellij.platform.testFramework.impl" />
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.openapi.project.ProjectManager"
|
|
testServiceImplementation="com.intellij.project.TestProjectManager"
|
|
overrides="true"/>
|
|
</extensions>
|
|
</idea-plugin> |