Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9f5d48218759bef6d722ce9ab84da9ff12d480b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.ecf.containerFactory">
      <containerFactory
            class="org.eclipse.ecf.internal.provider.rss.container.RssContainerInstantiator"
            description="ECF RSS"
            name="org.eclipse.ecf.provider.rss.Client">
      </containerFactory>
   </extension>
</plugin>

Back to the top