Remote Compile

com.ibm.etools.systems.core.compile

5.1.0

This extension point is for defining compile commands that will appear in the compile menus for remote sources in the Remote Systems view of the Remote System Explorer perspective, and in the Work With Compile Commands dialog.

<!ELEMENT extension (compileCommand+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT compileCommand EMPTY>

<!ATTLIST compileCommand

id                 CDATA #REQUIRED

label              CDATA #REQUIRED

commandstring      CDATA #REQUIRED

subsystemfactoryid CDATA #IMPLIED

namefilter         CDATA #IMPLIED

typefilter         CDATA #IMPLIED

labeleditable      (true | false) >