Salome HOME
ParaGEOMCorba, ParaSMESHCorba, ParaMEDCorba plugins: remove unnecessary dependency...
[modules/paravis.git] / src / Plugins / ParaSMESHCorba / ParaSMESHCorbaServerManager.xml
1 <ServerManagerConfiguration>
2
3   <ProxyGroup name="sources">
4
5     <SourceProxy name="ParaSMESHCorbaSource" 
6                  class="vtkParaSMESHCorbaSource"
7                  label="Para Mesh Corba Plugin Source">
8       <Documentation
9         short_help="Fetch Mesh Data from CORBA." 
10         long_help="Fetch Mesh Data from CORBA.">
11         Source of a remote Mesh Corba reference.
12       </Documentation>
13       <StringVectorProperty
14          name="IORCorba"
15          animateable="0"
16          command="SetIORCorba"
17          number_of_elements="1"
18          default_values="">
19         <Documentation>
20           This property specifies the IOR of a Mesh object in memory.
21         </Documentation>
22      </StringVectorProperty>
23     <!-- End ParaGEOMCorbaSource -->
24     </SourceProxy>
25
26   </ProxyGroup>
27
28 </ServerManagerConfiguration>
29