<?xml version="1.0" encoding="UTF-8"?> <plugin id="id" name="plg" version="5.0" vendor-name="com"> <requires /> <runtime /> <extension point = "com.ibm.etools.egl.generation.base.framework.masterBuildDescriptor"> <masterBuildDescriptor file = "bfil" name = "mas" /> </extension> </plugin>where:
The content of this file must follow the rules of an XML file. To separate file names within a path name you must use the slash (/) character.
You must specify both the name attribute and the file attribute. Otherwise the plugin.xml file is ignored.
Following is an example of the contents of plugin.xml file:
<?xml version="1.0" encoding="UTF-8"?> <!-- Example master BuildDescriptor Plugin --> <plugin id="example.master.BuildDescriptor.plugin" name="Example master BuildDescriptor plug-in" version="5.0" vendor-name="IBM"> <requires /> <runtime /> <!-- ======================================================================= --> <!-- --> <!-- Register the master BuildDescriptor --> <!-- --> <!-- ======================================================================= --> <extension point = "com.ibm.etools.egl.generation.base.framework.masterBuildDescriptor" > <masterBuildDescriptor file = "myProject/myFolder/myFile.eglbld" name = "masterBD" /> </extension> </plugin>
Related concepts
Build descriptor part
Master build descriptor
Related reference
Build descriptor options
EGLCMD
Format of eglmaster.properties file