-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplugin.xml
38 lines (31 loc) · 1.54 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugin name="rosev_jameicaplugin" version="1.1"
class="org.reactos.ev.jameicaplugin.JameicaPlugin"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.willuhn.de/schema/jameica-plugin-1.0.xsd">
<description>ReactOS Deutschland e.V. Helper Plugin</description>
<homepage>http://ev.reactos.org</homepage>
<license>GPL v2 or any later version - http://www.gnu.org/copyleft/gpl.html</license>
<classfinder>
<include>rosev_jameicaplugin\.jar</include>
<include>.*\.class</include>
<include>ext_.*\.jar</include>
</classfinder>
<menu>
<item name="ReactOS Deutschland e.V. Helper Plugin">
<item name="About" action="org.reactos.ev.jameicaplugin.gui.action.About" />
</item>
</menu>
<navigation>
<item name="ReactOS Deutschland e.V. Helper Plugin" icon-close="folder.png" icon-open="folder-open.png" action="org.reactos.ev.jameicaplugin.gui.action.Welcome">
<item name="Donation Importer" icon-close="document-save.png" action="org.reactos.ev.jameicaplugin.gui.action.DonationImporter" />
<item name="Public Donation List" icon-close="preferences-system-windows.png" action="org.reactos.ev.jameicaplugin.gui.action.PublicDonationList" />
</item>
</navigation>
<services>
<service name="database" depends="" autostart="true" class="org.reactos.ev.jameicaplugin.rmi.JameicaPluginDBService" />
</services>
<requires jameica="2.6.4+">
<import plugin="jverein" version="2.8.13+" />
</requires>
</plugin>