From 59ffdfd3a51b58d0f996a21d12906a1fad61fecd Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Wed, 13 Sep 2023 08:35:55 +0000 Subject: [PATCH] Update dss-dropboxes.md --- .../server-side-extensions/dss-dropboxes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md b/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md index 1b7fe30b475..c38d8cb1883 100644 --- a/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md +++ b/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md @@ -116,7 +116,7 @@ Details ### Dropbox Configuration -A jython dropbox is typically distributed as a [core plugin](./core-plugins.html) and configured in its plugin.properties file. A dropbox configured to run a jython script, which is kept in the same directory as plugin.properties. The configuration requires a storage processor and the name of the script (a full path is not necessary if the script is in the same directory as the plugin.properties). Here is an example configuration for a dropbox that uses the jython handler. +A jython dropbox is typically distributed as a [core plugin](./core-plugins.md#core-plugins) and configured in its plugin.properties file. A dropbox configured to run a jython script, which is kept in the same directory as plugin.properties. The configuration requires a storage processor and the name of the script (a full path is not necessary if the script is in the same directory as the plugin.properties). Here is an example configuration for a dropbox that uses the jython handler. **plugin.properties** @@ -766,8 +766,7 @@ API is the same, this language transition process is quite painless. ### Configuration -As with other dropboxes, a Java dropbox should be deployed as a -core-plugin. +As with other dropboxes, a Java dropbox should be deployed as a core-plugin. **plugin.properties** -- GitLab