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

   <extension point="org.eclipse.tcf.startup">
      <class name="org.eclipse.tcf.internal.examples.daytime.DaytimeServiceProxy"/>
   </extension>

</plugin>

Back to the top