-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare platform dep for core/amazonq plugins (#4257)
Required for non-IJ IDEs
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" /> | ||
|
||
|