TMD-Maker(T字形ER図作成ツール)のEclipse Plugin版
修訂 | 0d58eaa26e50e64c11396ef43e8639c40bb0ff47 (tree) |
---|---|
時間 | 2016-03-21 10:29:58 |
作者 | nakag <nakag@user...> |
Commiter | nakag |
README.md追記
@@ -23,7 +23,9 @@ This method is a technique to make the database structure while at the same time | ||
23 | 23 | ### plugin |
24 | 24 | - java8 |
25 | 25 | |
26 | -- eclipse 3.x or later(4.5 is recommended) | |
26 | +- eclipse 3.5 or later(4.5 is recommended) | |
27 | + | |
28 | +- GEF 3.x(Eclipse Graphical Editing Framework).Same version as the eclipse. | |
27 | 29 | |
28 | 30 | ### RCP(java application) |
29 | 31 | - java8 |
@@ -43,12 +45,12 @@ mvn clean install | ||
43 | 45 | |
44 | 46 | ## Installation |
45 | 47 | ### plugin |
46 | -1. Unzip tmdmaker.releng.plugin/target/tmdmaker__**version**_.zip. | |
48 | +1. Unzip tmdmaker.releng.plugin/target/`tmdmaker_`_**version**_.zip. | |
47 | 49 | 1. Put it into dropins directory. |
48 | 50 | 1. Run eclipse. |
49 | 51 | |
50 | 52 | ### RCP(java application) |
51 | -1. Unzip tmdmaker.releng.product/target/products/`tmdmaker _for_rcp_`_**version**_-_**os**_._**ws**_._**arch**_.zip. | |
53 | +1. Unzip tmdmaker.releng.product/target/products/`tmdmaker_for_rcp_`_**version**_-_**os**_._**ws**_._**arch**_.zip. | |
52 | 54 | 1. Run tmdmaker (run TMD-Maker, for macosx). |
53 | 55 | |
54 | 56 | ## Usage |