Skip to main content
summaryrefslogblamecommitdiffstats
blob: beaebc9d37cc9415383c89db8d387444da6d1b29 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                    
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.osee.framework.ui.service.control.ServiceView">
      <ServiceHandler
            ServiceIcon="images/test_server.gif"
            ServiceInterface="org.eclipse.osee.ote.core.environment.interfaces.IHostTestEnvironment"
            ServiceRenderer="org.eclipse.osee.ote.ui.host.cmd.TestServerConsoleServiceRenderer"/>
   </extension>

</plugin>

Back to the top