Files
openide/platform/testFramework/resources/intellij.platform.testFramework.xml
2024-08-02 19:06:31 +00:00

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>