Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_Build_1216 / extensions / extAnimationGUI / config / config.xml @ 33816

History | View | Annotate | Download (2.21 KB)

1 15382 afraile
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="com.iver.cit.gvsig" />
4 20316 rgaitan
        <depends plugin-name="org.gvsig.ext3Dgui" />
5
        <depends plugin-name="org.gvsig.extAnimation3D" />
6
        <depends plugin-name="org.gvsig.extAnimation2D" />
7
        <depends plugin-name="org.gvsig.extAnimationCommon" />
8 20095 jcampos
        <libraries library-dir="./lib" />
9
        <resourceBundle name="text" />
10 15382 afraile
        <extensions>
11 20095 jcampos
                <extension class-name="com.iver.ai2.animationgui.gui.AnimationDocumentRegister"
12
                        description="Shows a Animation" active="true" priority="50">
13
                        <tool-bar name="Tools3D">
14 20182 jcampos
                                <selectable-tool icon="images/reproductoranim/pause.png"
15
                                        action-command="SHOW3D" tooltip="show_animation_document" />
16 20095 jcampos
                        </tool-bar>
17
                </extension>
18
                <extension
19
                        class-name="com.iver.ai2.animationgui.gui.MenuAnimation3D"
20 15382 afraile
                        description="Extensi?n encargada de abrir el menu de animaci?n 3D."
21 20095 jcampos
                        active="true" priority="40">
22
                        <menu text="Animacion/Borrar_animacion"
23 23594 afraile
                                action-command="CLEAR_TRACK" />
24
                        <!-- menu text="Animacion/Capturar_encuadre"
25 20095 jcampos
                                action-command="ENCUADRECAP" />
26
                        <menu text="Animacion/Capturar_capa"
27
                                action-command="CAPACAP" />
28
                        <menu text="Animacion/Exportar_video"
29
                                action-command="EXPORTARVIDEO" />
30
                        <menu text="Animacion/Controles_de_animacion"
31 23594 afraile
                                action-command="CONTROLES" /-->
32
                        <!-- tool-bar name="Animacion3D" position="6">
33 20095 jcampos
                                <action-tool icon="images/camera_link.png"
34
                                        action-command="ENCUADRECAP" tooltip="Capturar_encuadre"
35
                                        position="1" />
36
                                <action-tool icon="images/camera_add.png"
37
                                        action-command="CAPACAP" tooltip="Capturar_capa" position="2" />
38
                                <action-tool icon="images/camera_edit.png"
39
                                        action-command="CONTROLES" tooltip="Controles_de_animacion"
40
                                        position="3" />
41 23594 afraile
                        </tool-bar-->
42 20095 jcampos
43 15382 afraile
                </extension>
44 20095 jcampos
                <extension
45
                        class-name="com.iver.ai2.animationgui.gui.MenuAnimationTransparency"
46 15496 afraile
                        description="Extensi?n encargada de abrir el menu de animaci?n 3D."
47 20095 jcampos
                        active="true" priority="40">
48
                        <tool-bar name="Animacion3DTransparency" position="7">
49
                                <action-tool icon="images/trans6.png"
50
                                        action-command="CREARANIMTRANSP" tooltip="Crear_animacion_trans"
51
                                        position="1" />
52
                        </tool-bar>
53
                </extension>
54 15382 afraile
        </extensions>
55 15359 afraile
</plugin-config>