diff --git a/README.md b/README.md index f135b71e08f1a2a433a35be34f50cc26ea4ca340..3ad8aa4100c4dcda4675369b8fdf346780c77de7 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