mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[kotlin] Drop dummy before/after files
#KTIJ-32505 GitOrigin-RevId: fbfdbca0b20e4f4558b063fa96b587a5ec85d83b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
396fb6cfa7
commit
01a70f31d1
@@ -95,12 +95,14 @@
|
||||
<className>org.jetbrains.kotlin.idea.maven.actions.MavenPluginSourcesMoveToBuild</className>
|
||||
<bundleName>messages.KotlinBundle</bundleName>
|
||||
<categoryKey>group.names.kotlin</categoryKey>
|
||||
<skipBeforeAfter>true</skipBeforeAfter>
|
||||
</intentionAction>
|
||||
<intentionAction>
|
||||
<language>XML</language>
|
||||
<className>org.jetbrains.kotlin.idea.maven.actions.MavenPluginSourcesMoveToExecutionIntention</className>
|
||||
<bundleName>messages.KotlinBundle</bundleName>
|
||||
<categoryKey>group.names.kotlin</categoryKey>
|
||||
<skipBeforeAfter>true</skipBeforeAfter>
|
||||
</intentionAction>
|
||||
<codeInsight.unresolvedReferenceQuickFixProvider
|
||||
implementation="org.jetbrains.kotlin.idea.maven.inspections.KotlinMavenUnresolvedReferenceQuickFixProvider" />
|
||||
|
||||
Reference in New Issue
Block a user