Skip to content

Commit

Permalink
Merge pull request #5 from ChangeVision/update_to_1_0_3
Browse files Browse the repository at this point in the history
Update to 1.0.3
  • Loading branch information
m-daida committed Jul 17, 2015
2 parents 03afbe7 + b9dcbb9 commit 7041580
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Astah Script Plugin

Version
------------
1.0.2
1.0.3

Available for
------------
Astah Community, UML, and Professional 6.5.x or later.
Astah SysML 1.2 or later and Astah GSN 1.0.
Astah SysML 1.2, Astah GSN 1.0 or later.
Some sample scripts are available only for Astah UML and Professional.
Astah: http://astah.net/

Expand All @@ -20,7 +20,7 @@ You are able to edit and run with ECMAScript(Javascript).

How to install
------------
1. Deploy the jar file you downloaded from [Astah Script Plugin](http://astah.change-vision.com/plugins/astah_script_plugin/1.0.2.html), in the **"plugins"** folder...
1. Deploy the jar file you downloaded from [Astah Script Plugin](http://astah.change-vision.com/plugins/astah_script_plugin/1.0.3.html), in the **"plugins"** folder.

e.g.) for Professional edition:
`$USER_HOME/.astah/professional/plugins/`
Expand All @@ -37,9 +37,9 @@ How to install
`/Applications/astah sysml/plugins/`
`C:¥Program Files¥astah-sysml¥plugins¥`

2. Start Astah
2. Start Astah.

3. You find that the [Script...] has been added under the [Tool] menu (Below the [Export Image])
3. The [Script...] has been added under the [Tool] menu.

![menu image](https://github.com/ChangeVision/astah-script-plugin/raw/master/doc/screenshots/script_menu.png)

Expand All @@ -56,7 +56,7 @@ with(new JavaImporter(
}
```
* Other examples are in the `sample_scripts` directory.
* You can use the following predefined variables in your script.
* Use the following predefined variables in your script.
* `projectAccessor`
* It's an object of ProjectAccessor in Astah API.
* `null` if Astah has no project.
Expand All @@ -66,12 +66,12 @@ with(new JavaImporter(
* It's the main window object of Astah.
* `scriptWindow`
* It's the window object of the script plugin.
* You are able to use the Astah API in your script.
* Use the Astah API in your script.
* Astah API
* <http://astah.net/features/astah-api>
* Astah API Javadoc
* <http://members.change-vision.com/javadoc/astah-api/latest/api/en/doc/javadoc/index.html>
* You are able to use the Java API in your script.
* Use the Java API in your script.

How to build
------------
Expand Down
14 changes: 7 additions & 7 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Astah Script Plugin
対象エディション
------------------
astah* community, UML, and professional 6.5.x 以降
astah* SysML 1.2以降astah* GSN 1.0
astah* SysML 1.2以降, astah* GSN 1.0以降

astah*: http://astah.change-vision.com/ja/

Expand All @@ -21,7 +21,7 @@ astah*: http://astah.change-vision.com/ja/
------------
(※[astah* GSNのみ、インストール方法が異なります](http://astah-users.change-vision.com/ja/modules/xhnewbb/viewtopic.php?topic_id=1776))

1. [Download](http://astah.change-vision.com/plugins/astah_script_plugin/1.0.2.html)から zipファイルをダウンロードし、任意のフォルダへ展開します
1. [Download](http://astah.change-vision.com/plugins/astah_script_plugin/1.0.3.html)から zipファイルをダウンロードし、任意のフォルダへ展開し、jarファイルを以下のpluginsフォルダに保存します

例) Astah Professional, Windows: `$USER_HOME/.astah/professional/plugins/`, `C:¥Program Files¥astah-professional¥plugins¥`
Astah Professional, Mac OS X: `/Applications/astah professional/plugins/`
Expand Down Expand Up @@ -82,20 +82,20 @@ with(new JavaImporter(
```
* 定義済みの変数を使えます。
* `projectAccessor`
* It's an object of ProjectAccessor in Astah API.
* Astah APIのProjectAccessorのオブジェクトです。
* `null` if Astah has no project.
* `astah`
* It's same as `projectAccessor`.
* `projectAccessor` と同じです。
* `astahWindow`
* Astahメインウィンドウオブジェクト
* Astahメインウィンドウオブジェクトです。
* `scriptWindow`
* It's the window object of the script plugin.
* スクリプトプラグインのウィンドウオブジェクトです。
* スクリプトで Astah APIを使えます。
* Astah API 概要
* <http://astah.change-vision.com/ja/astah-api.html>
* Astah API 利用ガイド (Javadoc)
* <http://members.change-vision.com/javadoc/astah-api/latest/api/en/doc/javadoc/index.html>
* You are able to use the Java API in your script.
* スクリプトでJava APIを使えます。

ビルド
------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.change_vision.astah.extension.plugin</groupId>
<artifactId>script</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>%bundle.name</name>
<description>%bundle.description</description>
Expand Down

0 comments on commit 7041580

Please sign in to comment.