Download List

Project Description

TMD-Maker is a tool to create a TMD (T-formed ER diagram). T-formed ER diagram is the notation of the T-formed ER method Mr. Masami Sato was invented.

sources https://github.com/tmdmaker/tmdmaker

System Requirements

System requirement is not defined

Released at 2018-05-01 00:00
tmdmaker_plugin 0.6.0 (3 files Hide)

Release Notes

Release files

  • tmdmaker_plugin_0.6.0.zip ... TMD-Maker Eclipse Plugin
  • tmdmaker_e3_plugin_updatesite_0.6.0.zip ... Updatesite for TMD-Maker Eclipse 3.x Plugin

Install

use dropins

  1. Unzip tmdmaker.releng.plugin/target/tmdmaker_plugin_version.zip.
  2. Put it into dropins directory.
  3. Run eclipse.

Upgrade

  1. Remove previous version.
  2. Install new version.

リリースファイル

  • tmdmaker_plugin_0.6.0.zip・・・TMD-Maker Eclipse(4.x) plugin
  • tmdmaker_plugin_updatesite_0.6.0.zip ・・・Eclipse 4.x向けのTMD-Maker Pluginのアップデートサイト。
  • tmdmaker_e3_plugin_updatesite_0.6.0.zip ・・・Eclipse 3.x向けのTMD-Maker Pluginのアップデートサイト。

新規インストール

dropins

  • 事前にGEF3.x、Xtendをアップデートサイト等でインストールする。
  • ダウンロードしたtmdmaker_plugin_x.y.z.zipファイルを解凍し、同梱されている全てのjarファイルを解凍したフォルダごとeclipseのplugins(またはdropins)フォルダに置いてEclipseを起動する。

updatesite

  • Eclipseの「Install new software」でarchiveファイルを指定してmdmaker_plugin_updatesite_x.y.z.zipを選択ください。

アップグレート

  • 一旦旧バージョンのプラグインを削除し、新しいプラグインを上記方法で置いた後、Eclipseを-cleanオプションを付けて起動してください。バージョン0.2.X以降のファイルは、新バージョンのプラグインでも開けます。TMの文法通りに作図できない場合は、一旦モデルを削除してモデルを再作成してみてください。
  • 旧バージョン(0.1.X,)のファイルは、新バージョンのプラグインでは開けません。

Changelog

New

  • Add attributelist CSV.
  • Add updatesite archives. for Eclipse 3.x and 4.x.
  • Update libraries.

BugFix

  • The Generator plug-in which was partially unregistered can now be called from the Explorer's context menu.

New

  • #34653 アトリビュートリストをCSV出力できるようにしました。
  • #37184 Eclipse 3.x向けにアップデートサイトアーカイブを用意しました。4.x向けも一応追加。
  • その他ライブラリのバージョンアップ等。

BugFix

  • #38163 一部未登録だったGenerator系プラグインがエクスプローラのコンテキストメニューから呼び出しできるようになりました。