-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
26 lines (19 loc) · 959 Bytes
/
Copy pathplugin.xml
File metadata and controls
26 lines (19 loc) · 959 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.willuhn.de/schema/jameica-plugin"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.willuhn.de/schema/jameica-plugin http://www.willuhn.de/schema/jameica-plugin-1.5.xsd"
name="jverein.rest" version="1.1.0" class="de.jost_net.JVerein.rest.Plugin">
<description>Rest Schnittstelle für Jverein</description>
<url>https://github.com/openjverein/jverein.rest</url>
<homepage validate="true">https://github.com/openjverein/jverein.rest</homepage>
<license>GPL - http://www.gnu.org/copyleft/gpl.html</license>
<requires jameica="2.10.0+">
<import plugin="jverein" version="3.1.0+"/>
<!-- Plattform-Erweiterungen -->
<import plugin="jameica.webadmin" version="2.10.0+"/>
</requires>
<classfinder>
<include>jverein\.rest\.jar</include>
<include>.*\.class</include>
</classfinder>
</plugin>