翻訳者レビュー ( 英語 → 日本語 )

評価: 52 / 0 Reviews / 2014/09/13 06:10:52

weifenbach
weifenbach 52 Japanese girl who lives and works in ...
英語

If a new project is created at a location that contains an existing project description file, the contents of that description file will be honoured as the project description.
One exception is that the project name in the file will be ignored if it does not match the name of the project being created. If the description file on disk is invalid, the project creation will fail.

name - the name of the project. Ignored if it does match the name of the project using this description. Corresponds to IProjectDescription.getName().

comment - a comment for the project. The comment can have arbitrary contents that are not interpreted by the project or workspace. Corresponds to IProjectDescription.getComment().

日本語

もしも新規のプロジェクトが既存のプロジェクトファイルと同じ場所で作成された場合、新規プロジェクトの内容は既存のプロジェクトファイルに帰属します。
ひとつの例外として、もしも新規作成のプロジェクト名と既存のプロジェクト名が一致しない場合は無視されます。ディスク上のディスクリプションファイルが正しくない場合は、プロジェクトの新規作成は出来ません。

名前 - プロジェクトの名前。このプロジェクト名がディスクリプションを使用しているものと一致しない場合は無効となります。IProjectDescription.getName()と一致します。

コメント - プロジェクトへのコメント。コメントはプロジェクとやワークスペースへから影響されることなく任意の内容となります。IProjectDescription.getComment()と一致します。

レビュー ( 0 )

翻訳者レビューはまだありません