This repository contains the Eddy plugin for Blackbird, an ontology-based relational database migration tool.
To create a redistributable .zip archive that can be installed in Eddy:
- Clone the repository:
$ git clone https://github.com/obdasystems/blackbird-plugin-
Copy the Blackbird executable jar in the root folder of the project with name
blackbird.jar. -
Run the following command from the project folder:
$ ./build.sh packageAt the end of the process the redistributable plugin .zip archive
can be found in the build folder.
To install the plugin from the git repository:
- Clone the repository:
$ git clone https://github.com/obdasystems/blackbird-plugin-
Copy the Blackbird executable jar in the root folder of the project with name
blackbird.jar. -
Run the following command from the project folder:
$ ./build.sh install