Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bc6b5dc369d11fd4559929f6c76fdc8575f77e04 (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.tm.tcf.startup">
      <class name="org.eclipse.tm.internal.tcf.examples.daytime.DaytimeServiceProxy"/>
   </extension>

</plugin>

Back to the top