Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/pluginAttributes.xml
Vadim Salavatovandintellij-monorepo-bot bfd162f5e7 [devkit] IJPL-210540 tests: adjust expected highlighting
(cherry picked from commit a83998cac33247467b22bed08e2bcecdf5ef9ca0)

GitOrigin-RevId: c40aff2617d4e59a73e687fe0f1d33b53e0c6417
2025-10-20 11:56:40 +00:00

8 lines
600 B
XML

<idea-plugin <error descr="Package attribute usage is discouraged and deprecated, content modules should be packaged into separate jars under `lib/modules/`. Refer to attribute documentation for details.">package="com.intellij"</error>
<error descr="Implementation plugins are no longer supported: use either a regular plugin or implement a product module">implementation-detail="false"</error>
allow-bundled-update="false"
require-restart="false"
url="https://www.jetbrains.com">
<id>com.intellij</id>
<vendor>JetBrains</vendor>
</idea-plugin>