Runtime component

This component is the base component for Libgda UI, required by any application which uses Libgda' UI, extension, it contains the following files (located under the installation directory):

.
|-- lib
|   |-- libgda-5.0
|   |   |-- plugins
|   |   |   |-- gdaui-entry-filesel-spec.xml
|   |   |   |-- gdaui-entry-password.xml
|   |   |   |-- gdaui-entry-pict-spec.xml
|   |   |   |-- gdaui-entry-pict-spec_string.xml
|   |   |   |-- gdaui-entry-text-spec.xml
|   |   |   `-- libgdaui-plugins.so
|   |-- libgdaui-5.0.so -> libgdaui-5.0.so.4.1.0
|   |-- libgdaui-5.0.so.4 -> libgdaui-5.0.so.4.1.0
|   `-- libgdaui-5.0.so.4.1.0
`-- share
    `-- libgda-5.0
        |-- language-specs
        |   `-- gda-sql.lang
        |-- server_operation.glade
        `-- ui
            |-- gdaui-entry-string-number.xml
            `-- gdaui-entry-string-string.xml
      

This component should be made dependent on the Libgda's runtime component.