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 (8 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
<plugin id="sight::module::ui::history" library="true">
    <extension implements="sight::service::extension::factory">
        <type>sight::service::base</type>
        <service>sight::module::ui::history::command_history</service>
        <object>sight::data::object</object>
        <desc>This service manages a command history.</desc>
    </extension>
</plugin>