<?xml version="1.0" encoding="UTF-8" ?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.ibm.etools.edt.core.ide.masterBuildDescriptor">
</extension>
</plugin>
point="com.ibm.etools.edt.core.ide.masterBuildDescriptor">
<masterBuildDescriptor file="myProject/myDirectory/myBuildFile"
name="myMasterBuildDescriptor"/>
<?xml version="1.0" encoding="UTF-8" ?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.ibm.etools.edt.core.ide.masterBuildDescriptor">
<masterBuildDescriptor file="myProject/myDirectory/myBuildFile"
name="myMasterBuildDescriptor"/>
</extension>
</plugin>
EGL Software Developer's Kit (SDK) を使用している場合は、マスター・ビルド記述子の名前とファイル ・パス名を eglmaster.properties という名前のファイルに宣言します。 このファイルは CLASSPATH 環 境変数にリストされたディレクトリー内にあります。eglmaster.properties ファイルの形式については、次のセクションで説明します。
masterBuildDescriptorName=desc
masterBuildDescriptorFile=path
説明:このファイルの内容は、Java プロパティー・ファイルの規則に従う必要があります。 スラッシュ (/) か、2 つのバックスラッシュまたは円記号 (¥¥) を使用して、 パス名内のディレクトリーまたはファイル名を 区切ることもできます。
プロパティー・ファイルでは、masterBuildDescriptorName キーワード と masterBuildDescriptorFile キーワードの両方を指定する必要があります。 そうしないと、eglmaster.properties ファイルは無視されます。
以下に、eglmaster.properties ファイルの内容の例を示します。
# Specify the name of the master build descriptor:
masterBuildDescriptorName=MYBUILDDESCRIPTOR
# Specify the file that contains the master build descriptor:
masterBuildDescriptorFile=d:/egl/builddescriptors/master.egl
前述のように、上の例も次のようにも書くことができます。
# Specify the name of the master build descriptor:
masterBuildDescriptorName=MYBUILDDESCRIPTOR
# Specify the file that contains the master build descriptor:
masterBuildDescriptorFile=d:¥¥egl¥¥builddescriptors¥¥master.egl