Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 649ea70dc4e682bcb85d44bb4f9fca57d29685a2 (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="com.windriver.tcf.api.startup">
      <class name="com.windriver.tcf.examples.daytime.DaytimeServiceProxy"/>
   </extension>
   
</plugin>

Back to the top