Marking a service as supported by g-Eclipse

In order to mark a service as supported by g-Eclipse (this is shown in the properties of a service when it is selected in the Grid project view) the extension point eu.geclipse.info.supportedServices should be used. Exemplary classes are eu.geclipse.glite.info.glue.SupportServiceSRM and eu.geclipse.glite.info.glue.SupportServiceCE. The classes that extend eu.geclipse.info.supportedServices should also extend the eu.geclipse.info.model.IGridSupportedService interface interface.
    <extension
         point="eu.geclipse.info.supportedServices">
      <supportedServices
            class="eu.geclipse.glite.info.glue.SupportServiceSRM"
            id="eu.geclipse.glite.info.glue.SupportServiceSRM">
      </supportedServices>
      <supportedServices
            class="eu.geclipse.glite.info.glue.SupportServiceCE"
            id="eu.geclipse.glite.info.glue.SupportServiceCE">
      </supportedServices>
   </extension>

An example of a supported service is shown in the following image