mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java] cleanup: remove unused plugin aliases from content modules (IJPL-207059)
Since other plugins aren't supposed to declare dependencies on these content modules, the content modules shouldn't define plugin aliases. This is because even after we make content modules private by default (see IJPL-207059), a module defining a plugin alias inside can still be referenced via that alias. There are no usages of these aliases in the monorepo and plugins from the Marketplace, so they can be safely removed. GitOrigin-RevId: 4d3096246a6db1e87e027d99611c6d3910884e02
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cd870da835
commit
ca9ce79850
@@ -1,5 +1,4 @@
|
||||
<idea-plugin package="com.intellij.java.terminal">
|
||||
<module value="intellij.java.terminal" />
|
||||
<dependencies>
|
||||
<plugin id="org.jetbrains.plugins.terminal"/>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user