Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.app / org.gvsig.raster.app.mainplugin / src / main / resources-plugin / plugin-persistence.def @ 6897

History | View | Annotate | Download (519 Bytes)

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

    
12
        <field name="defaultColorTableLibraryPath" type="File" classOfValue="" mandatory="false">
13
          <description>Default color table library path</description>
14
        </field>
15

    
16
      </fields>
17
    </class>
18
  </classes>
19
</definitions>