Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/deprecatedImplementationDetail.xml
Yuriy Artamonov bd5b2fc3f1 [devkit] IJPL-163797 Highlight implementation-detail plugins as deprecated in plugin.xml
GitOrigin-RevId: 5cb732c2f0d802e9b85840474b5d70ad16acae15
2024-12-06 21:05:04 +00:00

6 lines
274 B
XML

<idea-plugin <error descr="Implementation plugins are no longer supported: use either a regular plugin or implement a product module">implementation-detail="true"</error>>
<id>com.intellij.myPlugin</id>
<vendor>JetBrains</vendor>
<version>1.0</version>
</idea-plugin>