File: plugin.xml

package info (click to toggle)
cpluff 0.2.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,996 kB
  • sloc: ansic: 9,055; sh: 4,734; cpp: 731; makefile: 382; xml: 244; sed: 16
file content (8 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<plugin id="symprovider" name="Symbol Provider">
	<requires>
		<import plugin="symuser"/>
	</requires>
	<runtime library="libruntime" funcs="sp_runtime"/>
	<extension point="symuser.strings" string-symbol="sp_string"/>
</plugin>