... |
... |
@@ -6,7
+6,7 @@ |
6 |
6 |
|
7 |
7 |
== API-Dokumentation == |
8 |
8 |
|
9 |
|
-Die API-Dokumentation für {{formcycle/}} findet sich hier auf unserer Seite: [[Javadocs>>url:http://docs.formcycle.eu/]] |
|
9 |
+Die API-Dokumentation für {{formcycle/}} findet sich hier auf unserer Seite: [[Javadocs>>https://docs.formcycle.eu/]] |
10 |
10 |
|
11 |
11 |
== Projekt-Setup == |
12 |
12 |
|
... |
... |
@@ -27,7
+27,7 @@ |
27 |
27 |
<xfc.version>6.0.0</xfc.version> |
28 |
28 |
|
29 |
29 |
<!-- Plugins --> |
30 |
|
- <maven-compiler-plugin.version>3.8</maven-compiler-plugin.version> |
|
30 |
+ <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
31 |
31 |
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version> |
32 |
32 |
</properties> |
33 |
33 |
|
... |
... |
@@ -105,7
+105,7 @@ |
105 |
105 |
Alle Abhangigkeiten zu {{formcycle case="dat"/}} sind im scope "provided" zu definieren! |
106 |
106 |
{{/info}} |
107 |
107 |
|
108 |
|
-Basierend auf der hiermit zur Verfügung stehenden Infrastruktur steht der Entwicklung von eigenen Plugin-Implementierungen nichts mehr im Wege. Die Installation erfolgt anschließend je nach Verwendungszweck über die Oberflächen [[Mandant-Plugins>>doc:Formcycle.UserInterface.Client.Plugins]] oder [[System-Plugins>>doc:Formcycle.SystemSettings.SystemPlugins]]. |
|
108 |
+Basierend auf der hiermit zur Verfügung stehenden Infrastruktur steht der Entwicklung von eigenen Plugin-Implementierungen nichts mehr im Wege. Die Installation erfolgt anschließend je nach Verwendungszweck über die Oberflächen [[Mandant-Plugins>>doc:Formcycle.UserInterface.Client.Plugins]] oder [[System-Plugins>>doc:Formcycle.SystemSettings.UserInterface.SystemPlugins]]. |
109 |
109 |
|
110 |
110 |
== Demo-Plugins == |
111 |
111 |
|