Statistics
| Revision:

gvsig-raster / org.gvsig.raster.reproject / branches / org.gvsig.raster.reproject_dataaccess_refactoring / org.gvsig.raster.reproject.app.reprojectclient / src / main / resources-plugin / config.xml @ 2388

History | View | Annotate | Download (928 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="org.gvsig.raster.mainplugin" />
4
        
5
        <depends plugin-name="org.gvsig.geoprocess.app.mainplugin" optional="true" />
6
        <depends plugin-name="org.gvsig.geoprocess.app.algorithm" optional="true" />
7
        
8
        <resourceBundle name="text"/>
9
        <libraries library-dir="lib"/>
10
        <extensions>
11
                <extension class-name="org.gvsig.raster.reproject.app.ReprojectExtension"
12
                        description="Reproject plugin for raster" 
13
                        active="true" 
14
                        priority="1">
15
                        
16
                        <menu text="Layer/reproject_layer"
17
                                name="raster-tools-reproject-layer"/>
18
                                
19
                        <action 
20
                        name="raster-tools-reproject-layer"
21
                        label="reproject_layer"
22
                        tooltip="reproject_layer"
23
                        action-command="Reproject" 
24
                        icon="tools-raster-reproject"
25
                        position="0"
26
                        accelerator="Ctrl+Alt+R"
27
                />
28
                                
29
                </extension>        
30
        </extensions>
31
</plugin-config>