Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Aug 8, 2024
1 parent 18700ca commit fb6ff3e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ermasterr
Bundle-SymbolicName: org.insightech.er;singleton:=true
Bundle-Version: 1.1.18
Bundle-Version: 1.2.0
Bundle-Activator: org.insightech.er.ERDiagramActivator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ your_eclipse_install_dir/

* ermasterr can write git-mergable erdiagram data as far as possible. (https://sourceforge.net/p/ermaster/feature-requests/104/)

# Release

1. Open file `/META-INF/MAINIFEST.MF` Mobify Version.
2. File -> Export -> Plug-in Development -> Deployable plug-ins and fragments -> Select org.insightech.er.
3. Open file `/features/feature.xml` Mobify Version.
4. File -> Export -> Plug-in Development -> Deployable features.
5. Open `/updatesite/site.xml` -> Add Feature new version and right-click Remove old version


# License

Apache License V2.0
10 changes: 9 additions & 1 deletion features/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
<feature
id="org.insightech.er"
label="ERMaster Features"
version="1.1.18"
version="1.2.0"
provider-name="jeesite.com">

<description url="http://jeesite.com">
ER Master是一个用于设计ER模型图的Eclipse插件。提供的功能包括:从数据库导入关系生成ER图,导出设计图,导出DDL数据定义语句等。目前完整支持的数据库包括MySQL、Oracle、SQLServer、PostgreSQL、DB2等。

更新日志:( by jeesite.com )

v1.1.15 增加批量生成不同数据库的 DLL 脚本,极大的方便了通过标准库一次建模,导出各种数据库类型的 DDL,自动进行数据类型转换;
v1.1.16 调整批量生成 DLL 排序,常见库靠前排放,方便选择;
v1.1.17 支持 jdk17;支持黑暗模式;支持新版本 Eclipse;
v1.1.18 H2 库增加 COMMENT 备注导出;
v1.2.0 标准库增加 longtext 类型;支持 MySQL 8.x 驱动导入表;默认显示逻辑字段名;
</description>

<copyright url="http://jeesite.com">
Expand Down
Binary file modified updatesite/artifacts.jar
Binary file not shown.
Binary file modified updatesite/content.jar
Binary file not shown.
Binary file added updatesite/features/org.insightech.er_1.2.0.jar
Binary file not shown.
Binary file added updatesite/plugins/org.insightech.er_1.2.0.jar
Binary file not shown.
10 changes: 8 additions & 2 deletions updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="ermasterr" url="https://gitee.com/thinkgem/ermasterr">
ER Master 是一个用于设计ER模型图的Eclipse插件。提供的功能包括:从数据库导入关系生成ER图,导出设计图,导出DDL数据定义语句等。目前完整支持的数据库包括 MySQL、PostgreSQL、Oracle、SQLServer、DB2等。
ER Master是一个用于设计ER模型图的Eclipse插件。提供的功能包括:从数据库导入关系生成ER图,导出设计图,导出DDL数据定义语句等。目前完整支持的数据库包括MySQL、Oracle、SQLServer、PostgreSQL、DB2等。
更新日志:( by jeesite.com )
v1.1.15 增加批量生成不同数据库的 DLL 脚本,极大的方便了通过标准库一次建模,导出各种数据库类型的 DDL,自动进行数据类型转换;
v1.1.16 调整批量生成 DLL 排序,常见库靠前排放,方便选择;
v1.1.17 支持 jdk17;支持黑暗模式;支持新版本 Eclipse;
v1.1.18 H2 库增加 COMMENT 备注导出;
v1.2.0 标准库增加 longtext 类型;支持 MySQL 8.x 驱动导入表;默认显示逻辑字段名;
</description>
<feature url="features/org.insightech.er_1.1.18.jar" id="org.insightech.er" version="1.1.18">
<feature url="features/org.insightech.er_1.2.0.jar" id="org.insightech.er" version="1.2.0">
<category name="ERMaster"/>
</feature>
<category-def name="ERMaster" label="ERMaster"/>
Expand Down

0 comments on commit fb6ff3e

Please sign in to comment.