File: plugin.xml

package info (click to toggle)
sight 25.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 42,184 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
<plugin id="sight::module::service" library="true">
    <!-- EXTENSION POINT FOR A SERVICE FACTORY -->
    <extension-point id="sight::service::extension::factory" schema="service_factory.xsd" />

    <!-- EXTENSION POINT FOR A SERVICE CONFIGURATION -->
    <extension-point id="sight::service::extension::config" schema="service_config.xsd" />
</plugin>