Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7cca1b2ff2c4070b8404605e2255a91bbc398a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         id="HelloHost"
         point="org.eclipse.core.runtime.applications">
      <application
            cardinality="*"
            thread="any"
            visible="true">
         <run
               class="org.eclipse.ecf.internal.examples.remoteservices.hello.host.HelloHostApplication">
         </run>
      </application>
   </extension>

</plugin>

Back to the top