Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: dcab2dfc1fe058738803b1aa5414c2fac6e04127 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ecf.identity.namespace">
      <namespace
            class="org.eclipse.ecf.remoteservice.soap.identity.SoapNamespace"
            description="Soap Namespace"
            name="ecf.soap.namespace">
      </namespace>
   </extension>

</plugin>

Back to the top