From 0ecbfb97f594aa2493f61f4020e78dda9dece67f Mon Sep 17 00:00:00 2001 From: Joerg Werner <4639399+jowerner@users.noreply.github.com> Date: Wed, 22 Apr 2020 18:57:36 +0200 Subject: [PATCH] polished release notes --- doc/xltdoc/release-notes/5.0.x.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xltdoc/release-notes/5.0.x.textile b/doc/xltdoc/release-notes/5.0.x.textile index b78dfd25e..ba078f5c4 100644 --- a/doc/xltdoc/release-notes/5.0.x.textile +++ b/doc/xltdoc/release-notes/5.0.x.textile @@ -24,16 +24,16 @@ h3. Load Testing h4. Agent should search default Gradle classes directories -The XLT agent that executes a load test suite searches several directories inside the uploaded test suite for test classes and libraries. Now this includes the default Gradle classes directories as well. See below for the current list of directories that are searched for classes and libraries. +The XLT agent that executes a load test suite searches several directories inside the uploaded test suite for test classes and libraries. Now this includes the default Gradle classes directories as well. See below for the current list of directories that are searched (in this order) for classes and libraries, respectively. *Classes Directories* -* @/bin@ * @/classes@ * @/target/classes@ (Maven) * @/target/test-classes@ (Maven) * @/build/classes/java/main@ (Gradle) * @/build/classes/java/test@ (Gradle) +* @/bin@ (Eclipse) *Library Directories*