Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / extensions / org.gvsig.installer / org.gvsig.installer.app / org.gvsig.installer.app.extension / src / main / resources / config / config.xml @ 32448

History | View | Annotate | Download (871 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
        <depends plugin-name="org.gvsig.app"/>
5
        <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="org.gvsig.installer.app.extension.creation.InstallerCreationExtensionn"
8
                        description="This extension is used to create an installer from thh current gvSIG application."
9
                        active="true">
10
                        <menu text="tool/create_installer"
11
                                  tooltip="create_installer_description"
12
                                  action-command="" />                        
13
                </extension>
14
                        <extension class-name="org.gvsig.installer.app.extension.execution.InstallerExecutionExtensionn"
15
                        description="This extension is used to install an installer in gvSIG"
16
                        active="true">
17
                        <menu text="tool/execute_installer"
18
                                  tooltip="execute_installer_description"
19
                                  action-command="" />                        
20
                </extension>
21
        </extensions>
22
</plugin-config>