File: plugin.xml

package info (click to toggle)
libjpfcodegen-java 0.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 260 kB
  • ctags: 86
  • sloc: java: 601; xml: 232; sh: 12; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" ?>
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 1.0" "http://jpf.sourceforge.net/plugin_1_0.dtd">
<plugin id="com.example.plugin2" version="1.0.0"
	class="com.example.plugin2.Plugin2">

	<requires>
		<import plugin-id="com.example.core" />
	</requires>

	<runtime>
		<library type="code" path="build/" id="src" />
	</runtime>

	<extension id="Plugin2Panel" plugin-id="com.example.core"
		point-id="Panel">
		<parameter id="panel" value="com.example.plugin2.Plugin2Panel" />
		<parameter id="name" value="Plugin 2 Panel" />
	</extension>

</plugin>