Skip to main content
summaryrefslogblamecommitdiffstats
blob: 9523eb4e928a8dccfa9f356b49a9fa2783003f32 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                   
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.osee.connection.service.ext">
      <ConnectorContribution
            className="org.eclipse.osee.ote.connection.jini.ConnectorContribution">
      </ConnectorContribution>
   </extension>

</plugin>

Back to the top