Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 732dc168408a45b6dbf5441e54fd6af6956e39fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension id="remoteServicesServer"  point="org.eclipse.core.runtime.applications">
      <application cardinality="1" thread="main" visible="true">
         <run class="org.eclipse.ecf.internal.examples.remoteservices.server.DiscoverableServer"/>
      </application>
   </extension>

</plugin>

Back to the top