Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

12 lines (12 loc) · 1.02 KB
  • Follow instructions to Develop in Eclipse for DBeaver
    • A specific version of Eclipse may be needed. Checkout Eclipse 2024-06 at the moment.
    • A specific version of DBeaver may be needed. Checkout tag 24.1.0 at the moment.
  • Get dbeaver-vault source code in the same workspace as DBeaver and import it File -> Import... -> General -> Existing Projects Into Workspace, with Search for nested projects
  • Modify or clone the run configuration DBeaver.product to include the dbeaver-vault plugin in the plugins tab
  • To build
    1. File → Export → Plug-in Development → Deployable features → Next
    2. Select com.premiumminds.dbeaver.vault.feature
    3. In Destination tab, choose Directory and select the update-site folder
    4. In the Options tab, enable Categorize repository and choose feature/category.xml
    5. Click Finish
    6. Add files in update-site folder to git and push to GitHub to make them available in the update site