Statistics
| Revision:

gvsig-projects-pool / org.gvsig.winmgr / trunk / org.gvsig.winmgr.app / org.gvsig.winmgr.app.mainplugin / src / main / resources-plugin / plugin-persistence.def @ 682

History | View | Annotate | Download (840 Bytes)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.editing.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.coreplugin.app.mainplugin">
9
      <description>Persistence for the core plugin</description>
10
      <fields>
11

    
12
        <field name="showNotificationsInConsole" type="Boolean" defaultValue="false" mandatory="false">
13
          <description></description>
14
        </field>        
15
        <field name="showNotificationsInStatusbar" type="Boolean" defaultValue="true" mandatory="false">
16
          <description></description>
17
        </field>
18
        <field name="useNativeFileChooser" type="Boolean" mandatory="false" defaultValue="true">
19
          <description></description>
20
        </field>    
21
            
22
        
23
      </fields>
24
    </class>
25
  </classes>
26
</definitions>