From 01c1db7c1043c80ded5a1ca7941f84df3e412ec1 Mon Sep 17 00:00:00 2001 From: Boris Doubrov Date: Thu, 21 Dec 2023 14:42:01 +0300 Subject: [PATCH] Replace Eclipse plugins by dropins Fix #37 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc37fb..eeab3c5 100644 --- a/README.md +++ b/README.md @@ -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.