From ee0f68dfc25e45038351ad7d833efb44bfb73ab7 Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Tue, 23 May 2017 21:31:17 +0200 Subject: [PATCH] Explanation on how to use a plugin --- plugins/howto | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/howto diff --git a/plugins/howto b/plugins/howto new file mode 100644 index 0000000000..a4e2751530 --- /dev/null +++ b/plugins/howto @@ -0,0 +1,4 @@ +1) Create your plugin and put it in this directory (preferably) +2) Add the plugin reference in config.xml +3) Load the configuration information in ConfigurationTTool +4) Use the plugin facility as shown in src/avatartranslator/toexecutable/MainFile.java -- GitLab