Revision 46 org.gvsig.attributeeditor/trunk/org.gvsig.attributeeditor/org.gvsig.attributeeditor.app/org.gvsig.attributeeditor.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

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

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

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

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

  
33
		</extension>
32
    </extension>
34 33

  
35
		<extension
36
			class-name="org.gvsig.app.mainplugin.extension.CreateDefaultDefinitionExtension"
37
			description="" active="true" priority="1">
34
    <extension
35
      class-name="org.gvsig.app.mainplugin.extension.CreateDefaultDefinitionExtension"
36
      description="" active="true" priority="1">
38 37

  
39
			<action name="tools-attributeditor-create-default-definition" 
40
                                label="Create default definition"
41
				tooltip="attribute_editor" 
42
                                position="300300000" 
43
                                action-command="tools-attributeditor-create-default-definition"
44
				icon="tools-attributeditor-create-default-definition" 
45
                                accelerator="" />
38
      <action name="tools-attributeditor-create-default-definition"
39
        label="Create default definition" tooltip="attribute_editor" position="908500000"
40
        action-command="tools-attributeditor-create-default-definition" icon="tools-attributeditor-create-default-definition"
41
        accelerator="" />
46 42

  
47
			<menu 
48
                            name="tools-attributeditor-create-default-definition" 
49
                            text="Tools/Attribute editor/Create default definition"  
50
                            />
43
      <menu name="tools-attributeditor-create-default-definition" text="tools/attribute_editor/create_default_definition" />
51 44

  
52
		</extension>
45
    </extension>
53 46

  
54
        </extensions>
47
  </extensions>
55 48
</plugin-config>

Also available in: Unified diff