Skip to content

Commit adefcce

Browse files
authored
Fix failure to due invalid core plugin reference (#4273)
core -> aws.toolkit.core
1 parent cf855e6 commit adefcce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/amazonq/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<resource-bundle>software.aws.toolkits.resources.MessagesBundle</resource-bundle>
1212

13-
<depends>core</depends>
13+
<depends>aws.toolkit.core</depends>
1414
<xi:include href="/META-INF/module-amazonq.xml" />
1515

1616
<extensions defaultExtensionNs="com.intellij">

plugins/toolkit/intellij-standalone/src/main/resources/META-INF/plugin-shim.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<!-- SPDX-License-Identifier: Apache-2.0 -->
33

44
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
5-
<depends>core</depends>
5+
<depends>aws.toolkit.core</depends>
66
</idea-plugin>

0 commit comments

Comments
 (0)