Statistics
| Revision:

root / org.gvsig.legend.urbanhorizontalsignage / trunk / org.gvsig.legend.urbanhorizontalsignage / org.gvsig.legend.urbanhorizontalsignage.app / org.gvsig.legend.urbanhorizontalsignage.app.mainplugin / src / main / resources-plugin / config.xml @ 5240

History | View | Annotate | Download (2.7 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 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.legend.urbanhorizontalsignage.app.UrbanHorizontalSignageExtension"
19
                 description="" active="true" priority="1">
20
        
21
          <action
22
              name="layer-modify-clipboard-copy-as-polygons"
23
              label="_Copy_selected_features_as_polygons_to_clipboard"
24
              tooltip="_Copy_selected_features_as_polygons_to_clipboard"
25
              position="601105001"
26
              action-command="layer-modify-clipboard-copy-as-polygons"
27
              icon="layer-modify-clipboard-copy-as-polygons"
28
              accelerator=""
29
          />
30

    
31
          <menu
32
              name="layer-modify-clipboard-copy-as-polygons"
33
              text="Layer/Modify/_Copy_selected_features_as_polygons_to_clipboard"
34
          />
35

    
36
<!--          
37
          <tool-bar name="edit">
38
              <action-tool
39
                  name="layer-modify-clipboard-copy-as-polygons"
40
              />
41
          </tool-bar>
42
-->
43

    
44

    
45
      </extension>
46
      <extension class-name="org.gvsig.legend.urbanhorizontalsignage.app.rotate.RotatePointExtension"
47
                 description="" active="false" priority="1">
48
        
49
          <action
50
              name="layer-modify-rotatepoint"
51
              label="_Rotate_point"
52
              tooltip="_Rotate_point"
53
              position="601105001"
54
              action-command="layer-modify-rotatepoint"
55
              icon="layer-modify-rotatepoint"
56
              accelerator=""
57
          />
58

    
59
          <menu
60
              name="layer-modify-rotatepoint"
61
              text="Layer/Modify/_Rotate_point"
62
          />
63

    
64
      </extension>
65

    
66
  </extensions>
67
</plugin-config>