Skip to content

Commit

Permalink
Declare platform dep for core/amazonq plugins (#4257)
Browse files Browse the repository at this point in the history
Required for non-IJ IDEs
  • Loading branch information
rli authored Apr 12, 2024
1 parent 6c8d1bc commit 937546d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions plugins/amazonq/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<id>plugin-amazonq</id>
<id>amazon.q</id>
<version>1.0</version>
<idea-version since-build="231" until-build="999"/>
<vendor email="[email protected]" url="https://github.com/aws/aws-toolkit-jetbrains">AWS</vendor>
<idea-version since-build="231" />
<depends>com.intellij.modules.platform</depends>

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

Expand Down
9 changes: 4 additions & 5 deletions plugins/core/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<id>core</id>
<name>core</name>
<description>corecorecorecorecorecorecorecorecorecore</description>
<vendor email="[email protected]">vendor</vendor>
<id>aws.toolkit.core</id>
<vendor email="[email protected]" url="https://github.com/aws/aws-toolkit-jetbrains">AWS</vendor>
<version>1.0</version>
<idea-version since-build="231" until-build="999"/>
<idea-version since-build="231" />
<depends>com.intellij.modules.platform</depends>

<xi:include href="/META-INF/module-core.xml" />

Expand Down

0 comments on commit 937546d

Please sign in to comment.