From 2c915e9b1b70390a555b8bfb13bd4fdc82eedc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Mon, 29 Jul 2019 13:25:15 +0200 Subject: [PATCH] added build and install information --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f135b71..3ad8aa4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# rosetta_migration_plugin_dummy +Rosetta MigrationPlugin Dummy +============================= + +Dummy for a Rosetta MigrationPlugin that just copies original file to new file. + +Howto build +----------- + + # change to plugin source code directory + $# cd ~/rosetta_migration_plugin_dummy + + # create JAR file + $# jar cf rosetta_migration_plugin_dummy.jar . + +Howto install +------------- + +1. Open your Rosetta instance and login +2. Navigate to "Administer the system -> Plug-In Management -> Custom -> Add Plug-In Instance" -Dummy for a Rosetta MigrationPlugin that just copies original file to new file \ No newline at end of file -- GitLab