File tree 2 files changed +8
-7
lines changed
amazonq/src/main/resources/META-INF
core/src/main/resources/META-INF
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
<!-- SPDX-License-Identifier: Apache-2.0 -->
3
3
4
4
<idea-plugin xmlns : xi =" http://www.w3.org/2001/XInclude" >
5
- <id >plugin-amazonq </id >
5
+ <id >amazon.q </id >
6
6
<version >1.0</version >
7
- <idea-version since-build =" 231" until-build =" 999" />
7
+ <vendor email =" aws-toolkit-jetbrains@amazon.com" url =" https://github.com/aws/aws-toolkit-jetbrains" >AWS</vendor >
8
+ <idea-version since-build =" 231" />
9
+ <depends >com.intellij.modules.platform</depends >
8
10
9
11
<resource-bundle >software.aws.toolkits.resources.MessagesBundle</resource-bundle >
10
12
Original file line number Diff line number Diff line change 2
2
<!-- SPDX-License-Identifier: Apache-2.0 -->
3
3
4
4
<idea-plugin xmlns : xi =" http://www.w3.org/2001/XInclude" >
5
- <id >core</id >
6
- <name >core</name >
7
- <description >corecorecorecorecorecorecorecorecorecore</description >
8
- <vendor email =" a@example.com" >vendor</vendor >
5
+ <id >aws.toolkit.core</id >
6
+ <vendor email =" aws-toolkit-jetbrains@amazon.com" url =" https://github.com/aws/aws-toolkit-jetbrains" >AWS</vendor >
9
7
<version >1.0</version >
10
- <idea-version since-build =" 231" until-build =" 999" />
8
+ <idea-version since-build =" 231" />
9
+ <depends >com.intellij.modules.platform</depends >
11
10
12
11
<xi : include href =" /META-INF/module-core.xml" />
13
12
You can’t perform that action at this time.
0 commit comments