Statistics
| Revision:

svn-gvsig-desktop / branches / org.gvsig.desktop-2018a / org.gvsig.desktop.plugin / org.gvsig.raster.app / org.gvsig.raster.app.mainplugin / src / main / resources-plugin / config.xml @ 43837

History | View | Annotate | Download (2.06 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
  <depends plugin-name="org.gvsig.app.mainplugin" />
4
  <libraries library-dir="lib" />
5
  <resourceBundle name="text" />
6
  <extensions>
7
    <extension class-name="org.gvsig.raster.app.mainplugin.RasterExtension"
8
      description="Support to raster" active="true" priority="1">
9
    </extension>
10

    
11
    <!-- <extension class-name="org.gvsig.raster.app.mainplugin.AddTestRasterLayerExtension"
12
      description="Add test raster layer extension" active="true" priority="25">
13
      <action name="view-test-layer-add" label="Add_test_layer" tooltip="Add_test_layer"
14
        action-command="view-test-layer-add" icon="view-test-layer-add"
15
        position="650300005" />
16

17
      <menu name="view-test-layer-add" text="View/Add_test_layer" />
18
      <tool-bar name="view">
19
        <action-tool name="view-test-layer-add" />
20
      </tool-bar>
21

22
    </extension> -->
23

    
24

    
25
    <!-- <extension class-name="org.gvsig.raster.app.mainplugin.LayerPropertiesExtension"
26
      description="" active="true">
27

28
      <action name="raster-layer-properties" label="propiedades2"
29
        tooltip="_Layer_properties" position="609000000" action-command="layer-properties"
30
        icon="layer-properties" accelerator="" />
31

32
      <menu name="raster-layer-properties" text="Layer/propiedades2" />
33

34
    </extension> -->
35

    
36
    <extension class-name="org.gvsig.raster.app.mainplugin.colortable.ColorTablesLibraryExtension"
37
      description="Extensi?n encargada de gestionar la librer?a de tablas de color."
38
      active="true" priority="1">
39
      <action
40
        name= "color-tables-library"
41
        label="Color_tables"
42
        tooltip="_Show_color_tables_library"
43
        action-command="color-tables-library"
44
        icon="color-tables-library-icon"
45
        position="000900400400"
46
        />
47

    
48
      <menu
49
        name="color-tables-library"
50
        text="tools/Symbols/Color_tables"
51
        />
52

    
53
      <!-- <tool-bar name="core" position="30">
54
        <action-tool name="color-tables-library" last="true" />
55
      </tool-bar> -->
56

    
57
    </extension>
58

    
59

    
60

    
61
  </extensions>
62
</plugin-config>