-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release 1.0.0-20X-compatible
- Loading branch information
zhanglei28
committed
Jun 16, 2022
1 parent
6222fda
commit 7b71fec
Showing
3 changed files
with
11 additions
and
13 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
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<idea-plugin> | ||
<id>com.weibo.open.plugin.breeze</id> | ||
<name>BreezeHelper</name> | ||
<version>1.0.0</version> | ||
<version>1.0.0-20X-compatible</version> | ||
<vendor email="[email protected]" url="https://github.com/rayzhang0603">Ray</vendor> | ||
|
||
<description><![CDATA[ | ||
BreezeHelper plugin is a plugin for create Breeze(https://github.com/weibreeze/breeze) schema<br> | ||
this plugin can generate bean classes and Motan RPC service classes automatically with multi-language such as java, go, php etc. based schema file.<br> | ||
it can generate Motan config file also<br> | ||
BreezeHelper is a plugin for create Breeze(https://github.com/weibreeze/breeze) schema<br> | ||
This plugin can generate bean classes and Motan RPC service classes automatically with multi-language such as java, go, php etc. based schema files.<br> | ||
It can generate Motan config files in XML or YAML type<br> | ||
]]></description> | ||
|
||
<idea-version since-build="201" until-build="213.*"/> | ||
<idea-version since-build="201" until-build="202.*"/> | ||
<depends>com.intellij.modules.platform</depends> | ||
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
|
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