Skip to content

Commit

Permalink
Replace Eclipse plugins by dropins
Browse files Browse the repository at this point in the history
Fix #37
  • Loading branch information
bdoubrov authored Dec 21, 2023
1 parent b01ddeb commit 01c1db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To get veraPDF-model support in Eclipse :
1. Download the veraPDF-model-syntax repository, either cloning via Git
`git clone https://github.com/veraPDF/veraPDF-model-syntax` or downloading the [latest zip archive from GitHub](https://github.com/veraPDF/veraPDF-model-syntax/archive/master.zip).

2. Copy the plugins from `veraPDF-model-syntax/eclipse_plugins` to `{eclipse_directory}/plugins`.
2. Copy the plugins from `veraPDF-model-syntax/eclipse_plugins` to `{eclipse_directory}/dropins`. See [Equinox/p2/Getting Started](https://wiki.eclipse.org/Equinox/p2/Getting_Started#Dropins) for more details.

3. Restart Eclipse.

Expand Down

0 comments on commit 01c1db7

Please sign in to comment.