[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:
Nikolay Chashnikov
2025-09-11 13:45:05 +00:00
committed by intellij-monorepo-bot
parent cd870da835
commit ca9ce79850
3 changed files with 0 additions and 3 deletions
@@ -1,5 +1,4 @@
<idea-plugin package="com.intellij.java.terminal">
<module value="intellij.java.terminal" />
<dependencies>
<plugin id="org.jetbrains.plugins.terminal"/>
</dependencies>