summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDariusz Luksza <dariusz.luksza@gmail.com>2023-09-19 15:17:16 +0100
committerDariusz Luksza <dariusz.luksza@gmail.com>2023-09-19 15:17:16 +0100
commitf6d2e40e3481cd64962339f1a5b0a5bff0758873 (patch)
treef9f5aba2d22d55a96b478e89f3a2131941471590
parent315d4a83b22977e6bb824eed940b2ed7136aa0f2 (diff)
Reword Eclipse dev guide about plugins test dependencyies
Release-Notes: skip Change-Id: Idce1f97c3988e2042b37e2701334dc81f4f09e36
-rw-r--r--Documentation/dev-eclipse.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt
index e0344a855c..e1cc7de841 100644
--- a/Documentation/dev-eclipse.txt
+++ b/Documentation/dev-eclipse.txt
@@ -81,9 +81,10 @@ the same way you would when
link:dev-build-plugins.html#_bundle_custom_plugin_in_release_war[bundling in release.war]
and run `tools/eclipse/project.py`.
-If a plugin requires additional test dependencies (not available in the Gerrit), then in order to
-execute tests directly from Eclipse, that plugin must be also added to `CUSTOM_PLUGINS_TEST_DEPS`
-list in `tools/bzl/plugins.bzl` (note that `tools/eclipse/project.py` has to be run again).
+If a plugin requires additional test dependencies (not available in the Gerrit),
+then in order to execute tests directly from Eclipse, that plugin must be also
+added to `CUSTOM_PLUGINS_TEST_DEPS` list in `tools/bzl/plugins.bzl` and Eclipse
+project configuration needs to be updated by running `tools/eclipse/project.py`.
== Java Versions