Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a6cf882a0bab2cf8263c3537e91af0f95b06db83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.ecf.identity.namespace">
      <namespace
            class="org.eclipse.ecf.internal.provider.vbulletin.identity.VBNamespace"
            description="vBulletin Namespace"
            name="ecf.vbulletin"/>
   </extension>
   <extension
         point="org.eclipse.ecf.containerFactory">
      <containerFactory
            class="org.eclipse.ecf.internal.provider.vbulletin.container.ContainerInstantiator"
            description="vBulletin HTTP Client"
            name="ecf.vbulletin.http">
         <property
               name="org.eclipse.ecf.example.collab.ui.JoinGroupWizardPage.usenickname"
               value="true"/>
         <property
               name="org.eclipse.ecf.example.collab.ui.JoinGroupWizardPage.usepassword"
               value="true"/>
         <property
               name="org.eclipse.ecf.example.collab.ui.JoinGroupWizardPage.groupIDLabel"
               value="URL:"/>
            </containerFactory>
   </extension>

</plugin>

Back to the top