Statistics
| Revision:

gvsig-attributeeditor / org.gvsig.attributeeditor / trunk / org.gvsig.attributeeditor / org.gvsig.attributeeditor.app / org.gvsig.attributeeditor.app.mainplugin / src / main / resources-plugin / config.xml @ 279

History | View | Annotate | Download (1.7 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2014 gvSIG
3
  Association. This program is free software; you can redistribute it and/or modify
4
  it under the terms of the GNU General Public License as published by the Free Software
5
  Foundation; either version 3 of the License, or (at your option) any later version.
6
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
  PURPOSE. See the GNU General Public License for more details. You should have received
9
  a copy of the GNU General Public License along with this program; if not, write to
10
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
11
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
12
  or visit our website www.gvsig.com. -->
13
<plugin-config>
14
  <depends plugin-name="org.gvsig.app.mainplugin" />
15
  <resourceBundle name="text" />
16
  <libraries library-dir="lib" />
17
  <extensions>
18
    <extension class-name="org.gvsig.app.mainplugin.extension.AttributeEditorExtension"
19
      description="" active="true" priority="1">
20

    
21
      <action name="attribute-editor" label="attribute_editor" tooltip="attribute_editor"
22
        position="300300000" action-command="attribute-editor" icon="attribute-editor"
23
        accelerator="" />
24

    
25
      <menu name="attribute-editor" text="Layer/attribute_editor"
26
        action-command="attribute-editor" />
27

    
28
      <tool-bar name="attribute-editor" position="7000" >
29
        <selectable-tool name="attribute-editor" />
30
      </tool-bar>
31

    
32
    </extension>
33

    
34
  </extensions>
35
</plugin-config>